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