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.
Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to