Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 FB1.5.3,最终需要向数据库添加一些 FK。碰巧的是,如果我在其他人连接到数据库时尝试这样做,我会遇到异常。
有没有办法在系统运行时添加 FK?
不可能。
这是一个已知的限制,已在 Firebird 2.0 中删除。你要么升级,要么接受它。
我相信这是对 firebird 1.5 及更早版本的限制。 尝试谷歌(火鸟外键“对象正在使用”)。 hth