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 ?
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.
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