Not sure if this is a bug, or if I'm requesting a feature, but anyway
I'm trying to optimise my Sqlite app and have been looking at FTS3 and the Match search functions to see what they do, and how they might improve my search abilities.
However having got it all working in SQLite Admin, I've found B4P doesn't like the match search, and throws a SQLite Error of "No such module FTS3".
I'm guessing this might be solved by swapping the appropriate sqlite Dll's for newer versions or something (I had to do that for SQL Admin already ) but no idea if that might effect anything else. If it can be made to work though I'd love it.
I'm trying to optimise my Sqlite app and have been looking at FTS3 and the Match search functions to see what they do, and how they might improve my search abilities.
However having got it all working in SQLite Admin, I've found B4P doesn't like the match search, and throws a SQLite Error of "No such module FTS3".
I'm guessing this might be solved by swapping the appropriate sqlite Dll's for newer versions or something (I had to do that for SQL Admin already ) but no idea if that might effect anything else. If it can be made to work though I'd love it.