- Connection - Used to establish a connection to a database file. Also includes the
CreateSQLTable which copies the data from a Table control into the database.
- Command - Used to execute SQL commands.
- DataReader - Allows forward only access to the result of an executed command. The
reading is done row after row.
Change: Note that when you distribute an application that uses this library you should
copy the distribute the following files as well:
Desktop:
System.Data.SQLite.DLL (desktop version)
Device:
System.Data.SQLite.DLL (device version)
SQLite.Interop.060.dll
These files are located under Libraries\NativeSQL folder.
A simple example of using this library along with Microsoft's Northwind database sample
(converted to SQLite) can be downloaded here: www.basic4ppc.com/Downloads