I do see the table from command line, just that dont see it from Actionscript code
thanks Suresh On Thu, May 14, 2009 at 12:05 PM, D. Richard Hipp <[email protected]> wrote: > > 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 > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

