SQLite 3 Connection PageCopy link to this sectionLink to this section copied!

You can use this type of SQL connection to run your scripts on an SQLite database.

Sqlite connection

NoteThere 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.

ConditionCopy link to this sectionLink to this section copied!

Condition the execution of all scripts from this connection. Edit this field using Smart Condition Edit Control.

DatabaseCopy link to this sectionLink to this section copied!

Specify the path to the database file you want to use.

NoteThis field is of Formatted Type and can be edited with Smart Edit Control.

Create database if it does not existCopy link to this sectionLink to this section copied!

Using this option will ensure the creation of the database if it doesn't exist.

Connection and all its scripts are verboseCopy link to this sectionLink to this section copied!

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.