Re: [sqlite] Can't load sqlite 3.75 under tcl 8.4.4.0

2011-04-12 Thread mweiguo
于 2011-4-10 12:43, thoselai...@shaw.ca 写道: > % package require sqlite > couldn't load library "C:/Tcl/lib/sqlite3/sqlite3/.dll": this library or a > dependent library could not be found in library path > > What is sqlite3/.dll ? > Where did that "/" come from? > > The pkgindex file contains - > >

Re: [sqlite] how to read schema file into database with tcl

2011-03-08 Thread mweiguo
于 2011-3-8 23:37, Gary_Gabriel 写道: > Hi mweiguo, >> hi all: >> i am writing a tcl script, it will create a empty database and read a >> schema file into database ... >> in command line, it works when i use >> >>>> .read schema.sql >>>

[sqlite] how to read schema file into database with tcl

2011-03-07 Thread mweiguo
hi all: i am writing a tcl script, it will create a empty database and read a schema file into database ... in command line, it works when i use >> .read schema.sql but in tcl script enviroment, how can i do that ? thanks ___ sqlite-users mailing list