On 14 Jul 2014, at 1:52pm, João Ramos <joao.si...@gmail.com> wrote:

> (for
> example I know we cannot use sqlite3_update_hook to retrieve data)

The update hook function is an ideal way to do what you're doing.  There is 
also a pre-update hook:

<http://www.sqlite.org/sessions/c3ref/preupdate_count.html>

If you cannot use these, then my instinct is to try to figure out why, rather 
than to do something else that cannot possibly be as useful as they are.

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

Reply via email to