I want to use sqlite fts3 on symbian, my environment is 

windows xp
carbide c++ 2.0
S60_3rd_FP2_SDK_v1.1
sqlite 3.6.21
"os_symbian.c" from sqliteS60 (http://sourceforge.net/projects/sqlites60/ )

When I test my app, after correctly insert and commit some(more than 100) 
documents to fts3, the program always meet the error SQLITE_CORRUPT when exec 
"COMMIT TRANSACTION; ". 

I guessed the os_symbian.c from sqliteS60  is not good enough, so I google and 
try a new "os_symbian.c" from 
contextlogger2(http://korpi.hiit.fi/contextlogger2/homepage/web/ ),but meet the 
same problem.

If I just use sqlite without fts3, no problem.

What can I do to solve the problem?

thanks 


2009-12-31 



zfd4230 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to