----- Original Message ----- From: "Michel Salvagniac" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Thursday, September 28, 2006 10:59 PM
Subject: [sqlite] [tclsqlite] problem with copy from tcl


Hello,
i wish to insert data in a table from a Tcl program
i use this command:
"db1 copy ignore mvt sbple92.txt |"
no data is inserted and
"db1 errorcode"
returns 0
the file is ok (number of columns..), if i use sqlite3.exe and ".import sbple92.txt mvt"
the data is inserted
Sqlite 3.3.7

The 3.3.7 dll @ www.sqlite.org is buggy... with sqlite 3.2.8 bundled with ActiveState Tcl 8.4.13 it's ok...

Michel

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to