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.
有没有办法在不使用 sql 命令的情况下使用 TFDQuery 组件启用 SQLite 外键?
我用外键构建了一个 SQLite DB,它也可以工作,也没有启用该选项。但是,我可能会更好地使用它。
鲁马
默认情况下,可以使用SQLITE_DEFAULT_FOREIGN_KEYS 编译选项启用外键强制,但这需要重新编译数据库(驱动程序)。
否则,您别无选择,只能执行 SQL 命令。