*** 8,12 **** --- 8,14 ---- *Answer:* Create a subdirectory named Sqlite into the lib directory of your tcl installation (usually C:\tcl\lib) and put there the tclsqlite.dll library. Then, put the line: + load Sqlite + at the beginning of your code, and you can then use the sqlite command in your tcl script.