Connection.openSqlite

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.

class Connection
static
openSqlite
(
string directory
,
string filename
,)

Parameters

directory string

the directory the database file will be in, or null for the default TMP directory

filename string

the database file name

if true, then the database file will be removed afterwards

Return Value

Type: gda.connection.Connection

a new #GdaConnection, or null if an error occurred