Connection.openSqlite

gda.connection.Connection openSqlite(string directory, string filename, bool autoUnlink)

Opens an SQLite connection even if the SQLite provider is not installed, to be used by database providers which need a temporary database to store some information.

Parameters

directorythe directory the database file will be in, or null for the default TMP directory
filenamethe database file name
autoUnlinkif true, then the database file will be removed afterwards

Returns

a new #GdaConnection, or null if an error occurred