需要将应用程序从 Blackfish 迁移到 Firebird

发布于 2024-10-13 20:42:06 字数 104 浏览 9 评论 0 原文

从 Blackfish 迁移到 Firebird 需要付出什么努力?

我使用 DBX4

没有存储过程、函数或视图

我通过 SQL 查询访问所有数据

What is the effort to migrate from Blackfish to Firebird ?

I use DBX4

No stored procedure, or function or views

I access all my data trough SQL queries

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

弱骨蛰伏 2024-10-20 20:42:07

有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

七颜 2024-10-20 20:42:07

对于数据库泵送,您可以使用以下工具:

IBExpert(完整版)

Database Workbench(完整版)

数据库比较器

For database pumping you can use tools like :

IBExpert (full version)

Database Workbench (full version)

or database comparer

鲸落 2024-10-20 20:42:06

如果您不依赖特定的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文