From: unbewusst.sein@... (=?ISO-8859-1?Q?Une_B=E9v?= =?ISO-8859-1?Q?ue?=) Date: 2007-10-14T19:25:07+09:00 Subject: [SQLite3] CREATE TABLE ... doesn't work sometimes with the following script : #! /usr/bin/env ruby begin; require 'rubygems'; rescue LoadError; end require 'sqlite3' db = SQLite3::Database.new( 'ou-ou.db' ) db.execute < .dump devicephonebook I get : BEGIN TRANSACTION; COMMIT; sqlite> then, no table created, why ? i wrote "sometimes" because i've the feeling that if i INSERT something just afterwards creating the table it's OK ??? -- Une B�vue