需要将应用程序从 Blackfish 迁移到 Firebird
从 Blackfish 迁移到 Firebird 需要付出什么努力?
我使用 DBX4
没有存储过程、函数或视图
我通过 SQL 查询访问所有数据
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
从 Blackfish 迁移到 Firebird 需要付出什么努力?
我使用 DBX4
没有存储过程、函数或视图
我通过 SQL 查询访问所有数据
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
有delphi和dbx4 firebird的驱动程序
http://sites.google.com/site/dbxfirebird/
我猜这很容易以便您将 blackfish 表转储到 csv 中
然后将它们导入到 firebird 中,然后仅修改应用程序以访问
使用 dbx4 firebird 设置的 firebird 数据库
There is a driver for delphi and dbx4 firebird
http://sites.google.com/site/dbxfirebird/
my guess is that is easy for you to dump the blackfish tables into csv
and then to import them in firebird and later modify only the application to access
the firebird db using the dbx4 firebird settings
对于数据库泵送,您可以使用以下工具:
IBExpert(完整版)
Database Workbench(完整版)
或 数据库比较器
For database pumping you can use tools like :
IBExpert (full version)
Database Workbench (full version)
or database comparer
如果您不依赖特定的 Blackfish 功能(SP、触发器、管理包调用等),那么更改应该不会很痛苦。
我已经在演示中为客户完成了这种迁移。
如果您使用 Blackfish 作为“可通过 SQL 访问的表的集合”,那么更改一点也不困难。
If you don't rely on specific Blackfish features (SP, trigger, admin packages calls etc), the change should not be a pain.
I've did this kind of migration in a DEMO for a customer.
If you have used Blackfish as a "collection of tables accessible via SQL" then the change will not be difficult at all.