SQLite Provider Connection String
Provider=OleSQLite.SQLiteSource; Data Source=DatabaseFileFullPath;
Where
DatabaseFileFullPath is the database file full path. For example, C:publiccustomer.dat
Working with SQLite OLE DB Provider
Using ADO or ADO.NET to work with SQLite OLE DB Provider is really simple. This provider makes developers' life a lot easy in order to make use of SQLite database. You may find sample code using ADO and ADO.NET.