Small. Fast. Reliable.
Choose any three.
*** 1,5 ****
! Attached is a Visual Studio .NET 2003 Solution.
  
! It includes the SQLite source code (3.2.2) and two projects, one to build SQLite3.dll, and one to build SQLiteConsole.exe.
  
! I'll try to keep this up-to-date with the latest SQLite source code.
--- 1,11 ----
! At least one person has reported problems using the pre-built sqlite3.dll on Windows 2003 Server (SP1 I think).  It seems like the problem is most likely related to GCC, although this has not been proven.
  
! One workaround is to build the DLL yourself using Visual C++.
  
! Attached is a Visual Studio .NET 2003 Solution.  It includes two projects, one to build SQLite3.dll, and one to build SQLiteConsole.exe.
! 
! You'll just need to download the preprocessed SQLite source code sqlite-source-3_x_x.zip from http://www.sqlite.org/download.html.
! 
! I'll try to keep this Solution up-to-date so it's compatible with the latest source code.
! 
! {quote: Tim McDaniel} (tim dot mcdaniel at finisar dot com)