Darren Spruell wrote: > My few test systems show that support for fts4 is present, but > I'm trying to learn if it's a reasonable assumption that the usual > SQLite build/deployment "out there" includes support for the feature.
The recommended way to use SQLite is to compile sqlite3.c directly into your application. Regards, Clemens