Why when i write a query with fulltext Search syntax like:
SELECT * FROM TABLENAME WHERE TABLENAME MATCH 'ColumnA:word1 OR ColumnB:word2'
The query result always return 0 rows?
I'm using VBnet and the latest Ado.net provider from sqlite.org
The problem is when i try the query with and external tool, it works well (with sqlite 3.7.9).
Any clues? Thanks in advance