PDA

View Full Version : sqlite3 problems


snatsert
09-04-2007, 09:46 AM
I am getting the following error when I want to make a request or doing a rebuild

09-04-2007 13:40:34 - RequestDb : unable to open "../scripts/nxTools/data/Requests.db": invalid command name "sqlite3"
09-04-2007 13:41:59 - RebuildDirs : unable to open "../scripts/nxTools/data/DupeDirs.db": invalid command name "sqlite3"


looks like it couldn't find the sqlite3.exe or something , anyone have an idea ?

hukker
09-04-2007, 10:17 AM
try site db create

neoxed
09-04-2007, 07:10 PM
The "invalid command name sqlite3" suggests that you haven't copied the sqlite libraries to the proper location. If that command is missing, Tcl most likely hasn't had a chance to load the tclsqlite library.

snatsert
09-05-2007, 01:15 AM
The "invalid command name sqlite3" suggests that you haven't copied the sqlite libraries to the proper location. If that command is missing, Tcl most likely hasn't had a chance to load the tclsqlite library.

where should I copy those sqlite libraries to ? and where can I get those files ? I do have sqllite3.exe

snatsert
09-05-2007, 01:41 AM
Ah found it , my mistake .... was explained in the readme file of nxtools, probably forgot those. thnx neoxed