I am using 
sqlite3_prepare_v2()
to process my SQl queries. This takes around 80% of the processing time 
compared to recovering the result set.

Once the querire has been processed i can obviously provide a progress bar when 
stepping through the result set, but what progress indication is available 
during the prepare stage?
       
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to