是否可以从另一个 Firebird 数据库中的触发器更新一个 Firebird 数据库?
我有两个 firebird 数据库在同一台服务器上运行,当发生某些操作时,我想从另一个数据库上的触发器写入其中一个数据库上的表。我进行了搜索,但无法找出这是否可能。
它可以在 firebird 中本地完成还是通过 UDF 完成?
谢谢尼尔
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Firebird 2.5 中可以使用“on external”语法。
例子:
It will be possible in Firebird 2.5 using the "on external" syntax.
Example: