Database Information - SQLite
The Database Information parameter (in the DBMS properties, Database properties, Data Source properties, Column properties, and Index properties) lets you supply database-dependent information that Magic xpa can pass to the underlying DBMS. The use of this parameter is optional.
Multiple keywords should be delimited by one or more spaces.
Some of the keywords may not require values to be specified. All of the keywords and their values must be specified in uppercase.
Keyword
|
Description
|
|
|
|
|
|
TEMP_DB=Y
|
This flag is used to create a temporary SQLite database.
On setting to 'Y', when the database is accessed, a new database file is created temporarily per context by appending the ContextId to the Database Name.
On closing each Context, the corresponding temporary SQLite database file is deleted.
Since version: 4.6
| |
?
|
|
|
|