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
directory | the directory the database file will be in, or null for the default TMP directory |
filename | the database file name |
autoUnlink | if true, then the database file will be removed afterwards |
Returns
a new #GdaConnection, or null if an error occurred