"Pierre-Yves Delens" <[EMAIL PROTECTED]> writes: > What is the easiest way to install an Auto-Increment field for primary key > in a SqLite database ?
If the primary key is of type INTEGER and you insert a new record with NULL for that field, it will use the next available integer value -- effectively an auto-increment. Derrell --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]