Is it possible to update on Firebird database from a trigger in another Firebird database?
Posted
by williamsdb
on Stack Overflow
See other posts from Stack Overflow
or by williamsdb
Published on 2010-05-21T09:47:15Z
Indexed on
2010/05/21
9:50 UTC
Read the original article
Hit count: 322
I have two firebird databases running on the same server and I want to write to a table on one of the databases from a trigger on the other database when certain actions occur. I have had a search and cannot find out if this is possible.
Can it be done either natively in firebird or via a UDF?
Thanks
Neil
© Stack Overflow or respective owner