Marc L. Allen <[email protected]> wrote: > I didn't even think AUTOINCREMENT applied. Isn't any field identified, > specifically, as "INTEGER PRIMARY KEY" using the row ID > of the record?
There's a slight difference between INTEGER PRIMARY KEY and INTEGER PRIMARY KEY AUTOINCREMENT. For details, see http://www.sqlite.org/autoinc.html -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

