You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ahkDBA to connect to an SQLITE database successfully.
When I add a full text virtual table using the FTS 5 module of SQLITE, and use ahkDBA to generate a query against the database,, ahkDBA generates the error 'A non-object value was improperly invoked. Specifically: 0.'
When I add the same FTS table using the FTS3/4 module, the query runs.
The same error is caused by inserting an FTS5 table in the ahkDBA example database table using the Test table as a source for the FTS file.
Any ideas how to make an database using a FTS5 table work with ankDBA? They are a great combination.
using ahk 1.1.24.01 64 bit
The text was updated successfully, but these errors were encountered:
Hi.
I am using ahkDBA to connect to an SQLITE database successfully.
When I add a full text virtual table using the FTS 5 module of SQLITE, and use ahkDBA to generate a query against the database,, ahkDBA generates the error 'A non-object value was improperly invoked. Specifically: 0.'
When I add the same FTS table using the FTS3/4 module, the query runs.
The same error is caused by inserting an FTS5 table in the ahkDBA example database table using the Test table as a source for the FTS file.
Any ideas how to make an database using a FTS5 table work with ankDBA? They are a great combination.
using ahk 1.1.24.01 64 bit
The text was updated successfully, but these errors were encountered: