SQlite Sqlite wrote:
> I try to write a trigger in db1 which inserts data to a table in db2.

Triggers are not allowed to access other databases because those might
not be attached.

> is there a workournd to synchronize two tables between different databases?

Your program could register a user-defined function and call that from
the trigger.


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

Reply via email to