| **Navigation:**  SQL Drivers > [[sqlite driver.htm|SQLite Accelerator]] >SQLite Accelerator Driver Strings | [[sqlite commands.htm|{{btn_prev_n.gif|Previous page}}]][[sqlite driver.htm|{{btn_home_n.gif|Return to chapter overview}}]][[sqlite properties.htm|{{btn_next_n.gif|Next 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.