UtilSQLiteOpenDatabase Method

Overload List

OpenDatabase(String) Opens a SQL database file and returns a SQLiteConnection with the default connection parameters.
OpenDatabase(String, NameValueCollection) Opens a SQL database file and returns a SQLiteConnection with the specified connection parameters.
OpenDatabase(String, String) Opens a SQL database file with the specified password, and returns a SQLiteConnection with the default connection parameters.

See Also