PDA

View Full Version : problem with sqlite (fts) in windows Error (no such module: fts3)



solook
9th April 2011, 17:10
hi..

when i use this SQL script:

CREATE VIRTUAL TABLE enrondata1 USING fts3(content TEXT);


the query.lastError().text() return this error :

no such module: fts3 Unable to fetch row

and can not work with fts ...

how can i fix it ..

i don't have this problem in Linux...

solook
11th April 2011, 14:17
please help me