User Tools

Site Tools


sqlite_driver_strings.htm
Navigation:  SQL Drivers > SQLite Accelerator >SQLite Accelerator Driver Strings Previous pageReturn to chapter overviewNext page

The SQLite Driver supports the following standard SQL driver strings:

ALLOWDETAILS

AUTOINC1

NOPRIMARY

USEPRIMARY

WHERE

Note 1: The AUTOINC driver string for SQLite is in the form 'AUTOINC  = TRUE | FALSE'.  If AUTOINC is set to TRUE and there is a primary key on the table that has only one component and that component is of type LONG, then the CREATE statement will create an AUTOINCREMENT PRIMARY KEY constraint on that component and ADD will retrieve the value for that field as set by SQLite.

sqlite_driver_strings.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1