Hi,
can I use full-text indexing capabilities of SQLite with my AIR app?
I've created a virtual table in database using fts3 module (via command line of sqlite.exe). But when I try to insert a row into this table, I get an error message like
...SQLError: 'Error #3115: SQL Error.', details:'no such module: fts3', operation:'execute', detailID:'2501'...
Does AIR Data library support FTS in SQLite?
can I use full-text indexing capabilities of SQLite with my AIR app?
I've created a virtual table in database using fts3 module (via command line of sqlite.exe). But when I try to insert a row into this table, I get an error message like
...SQLError: 'Error #3115: SQL Error.', details:'no such module: fts3', operation:'execute', detailID:'2501'...
Does AIR Data library support FTS in SQLite?