Hello all I am trying to run a FTS3 on text files on a server running PHP Version 5.2.14. with sqlite 3.5.9
Going through the command line directly to sqlite3 the virtual tables and FTS3 works fine but I am trying to incorporate into a php app. I get the following error: SQLSTATE[HY000]: General error: 1 near "USING": syntax error on this line: $table = "CREATE TABLE indexed_text USING fts4(tokenize=simple);"; new-ish to sqlite, any help appreciated lk _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

