On Tue, Aug 23, 2011 at 9:35 AM, <[email protected]> wrote: > IMy table has three primary key, autoincrement active and other description > column like >
The AUTOINCREMENT feature of SQLite only works if there is a single INTEGER PRIMARY KEY. Please send us the text of the CREATE TABLE statement for your table so that we can better advise you. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

