Thank you...

For any future rookie:

I upgraded to 8.4.9 and
putting the following in a file:

load c:/tcl/lib/tclsqlite/tclsqlite3.dll sqlite3
sqlite3 db test.db
db eval {CREATE TABLE t1(a,b,c)}
db eval {INSERT INTO t1 VALUES(1,2,3)}
db eval {INSERT INTO t1 VALUES('hello',NULL,'world')}
db close

... works fine.

Please note the "slash" is "/" not "\".

D. Richard Hipp wrote:
On Fri, 2005-03-18 at 12:19 -0500, Peter G. Brown wrote:

Hello,

OS: Windows XP SP2
Directory: D:\Program Files\Tcl
Path has D:\Program Files\Tcl in it.
Tcl: Tcl/Tk 8.3 for Windows, Binary Distribution
Sqlite: sqlite 3.1
tclsqlite: tclsqlite-3.1



The first thing I would do is try the same thing
with Tcl/Tk 8.4 which has now been out for nearly
3 years.  I'm not sure SQLite will work with earlier
versions.



Reply via email to