Standard using Finisar.SQLite .NET Provider

Connection string

This Finisar.SQLite ADO.NET Data Provider connection string can be used for connections to SQLite.

Data Source=c:\mydb.db;Version=3;

The "Version" key can take value "2" for SQLite 2.x (default) or value "3" for SQLite 3.x