*** 6,9 **** ---- *Question:* How to use tclsqlite in Windows? I just put tclsql.dll in Windows directory but that is not working! ! *Answer:* --- 6,14 ---- ---- *Question:* How to use tclsqlite in Windows? I just put tclsql.dll in Windows directory but that is not working! ! *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.