Small. Fast. Reliable.
Choose any three.
*** 6,14 ****
  ----
  *Question:* How to use tclsqlite in Windows? I just put tclsqlite.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.
--- 6,14 ----
  ----
  *Question:* How to use tclsqlite in Windows? I just put tclsqlite.dll in Windows directory but that is not working!
  
! *Answer:* Create a subdirectory named tclsqlite into the lib directory of your tcl installation (usually C:\tcl\lib) and put there the tclsqlite.dll library.
  Then, put the line:
  
!   load tclsqlite
  
  at the beginning of your code, and you can then use the sqlite command in your tcl script.