SQLiteConnection - SQLiteConnection(pConnStr)
Description
This constructor simply creates a new SQLiteConnection-Object and sets the ConnectionString property using the supplied ConnectionString (pConnStr)
Additional information
To connect to a SQLite-Database simply:
1) Create the SQLiteConnection-Object
2) Call Open()
Example Code