On 1 Feb 2012, at 8:22pm, LouOttawa wrote: > I am in the process of writing a new SQLite Data Provider, but I'm a bit > confused about testing it. Do I need to have SQLite3.exe installed to > manually create a test database? and then I assume I need the SQLite DLLs > for that App that communicates with the database. Is that correct?
SQLite3.exe is a stand-alone program which lets you type SQL commands. It has no connection with Data Providers. Unless you want to run it you don't even have to have a copy on your computer. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

