Dear All,

We are working in eVC++ environment with SQLite database.
We are using the functions sqlite3_prepare and sqlite3_step to execute the
query. While passing the sqlite3_prepare step its taking some time whereas
after passing this step the other functions are quite fast. We are passing
the parameters to the function as 
sqlite3_prepare(db,query,-1,&pSqlStmt,NULL);
Are we missing out something so that the execution of this step gets slower
or How can we improve the performance?
Kindly help in this regard.
Thanks in advance.

Regards,
Farzana.

-- 
View this message in context: 
http://www.nabble.com/sqlite3_prepare-performance-tp16717822p16717822.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to