On 29 Apr 2010, at 12:21pm, Serdar Genc wrote:

> Do you have any idea how I can get a callback from SQlite for this issue?

Implement your own.  Instead of calling sqlite3_exec() (or whatever you call) 
make up your own routine which first calls _exec(), and then calls your own 
callback routine.

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

Reply via email to