On May 14, 2009, at 2:58 PM, Suresh Narasimhan wrote: > I tried calling select seq from SQLITE_SEQUENCE table from with > actionscript > and i get a Error 3115 no such table detailID :2013 >
You have to have an INTEGER PRIMARY KEY AUTOINCREMENT somewhere in your schema or else the SQLITE_SEQUENCE table does not exist. D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

