On Mon, Mar 10, 2008 at 6:15 PM, Neville Franks <[EMAIL PROTECTED]> wrote: > I'm displaying tree's which are built from SQL queries and I ideally > want the tree control to reflect updates to the underlying tables > without have to do queries all over again and rebuild the trees from > scratch.
You need to ponder your model a bit longer. Unless you build it yourself, there exists no thread of control which would allow SQLite to monitor the table for changes and notify you if any happen! Instead, _you_ need to handle this kind of synchronization issue. -scott _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users