SQLite 3 Connection Page
You can use this type of SQL connection to run your scripts on an SQLite database.
There is no need to have an SQLite library to install (e.g. as a prerequisite). This .DLL is included automatically when a script is used.
Condition
Condition the execution of all scripts from this connection. Edit this field using Smart Condition Edit Control.
Database
Specify the path to the database file you want to use.
This field is of Formatted Type and can be edited with Smart Edit Control.
Create database if it does not exist
Using this option will ensure the creation of the database if it doesn't exist.
Connection and all its scripts are verbose
When using the verbose mode for an SQL connection, if an error occurs when connecting or during the execution of one of its SQL scripts, a dialog box will be shown containing the error message.