Victor Mayevski <[email protected]> wrote: > Ok, I will rephrase my question although it appears that the answer is > has been already preconceived. I am writing an abstraction layer to > Sqlite where tables, views, triggers etc are presented as XOTcl > Classes/Objects. If two different scripts access the database and one > of them creates a new table, the other has no way of knowing about it > unless it does some kind of polling periodically. That new table > should appear as an XOTcl object in the running script. Well, the > script that creates the table will also create the object. The other > script has to do the polling unless it is possible to do it some other > way.
Is there a question in there somewhere? Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

