Hi,
SQLConnection.open has created a new database. I can open it with a tool called SQLiteMan
and can execute this SQL:
SELECT COUNT(type) AS nr FROM sqlite_master WHERE name='tableindex'
which returns nr=0, cause a table with such a name does not exist. Doing the same using the
AIR API strangely failes with an error: "no such table: sqlite_master".
Any ideas?
SQLConnection.open has created a new database. I can open it with a tool called SQLiteMan
and can execute this SQL:
SELECT COUNT(type) AS nr FROM sqlite_master WHERE name='tableindex'
which returns nr=0, cause a table with such a name does not exist. Doing the same using the
AIR API strangely failes with an error: "no such table: sqlite_master".
Any ideas?