从 Delphi BDE 迁移 - IBO 还是 FIBPlus?

发布于 2024-09-13 02:59:24 字数 208 浏览 5 评论 0原文

我想知道 Delphi BDE 的更好替代品。我们这个庞大的应用程序使用 Firebird 1.5 和 BDE,并希望考虑以下替代方案:

  1. IBObjects
  2. FIBPlus

迁移将涉及到 Firebird 2.5 方言的转换 3.

我能否了解您对哪一个更好的想法?非常感谢您的意见。

谢谢。

I would like to know the better alternatives to the Delphi BDE. We have this huge application using Firebird 1.5 and BDE, and would like to consider the following alternatives:

  1. IBObjects
  2. FIBPlus

The migration will involve conversion to Firebird 2.5 dialect 3.

Can I get your ideas on which one is better? Your input is highly appreciated.

Thank you.

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

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

发布评论

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

评论(2

那片花海 2024-09-20 02:59:24

我从未使用过 IBObjects,因为我对 FibPlus 非常满意。 FibPlus 数据集支持有趣的“单独事务”功能,该功能使得编写与 BDE 应用程序非常相似的应用程序成为可能,但同时更有效地使用 Firebird 事务并支持其他 Firebird 特定功能。我写了一些初学者有关使用 FibPlus 的注释,作为起点可能会有所帮助。

I have never used IBObjects because I was quite happy with FibPlus. FibPlus datasets support interesting "separate transactions" feature that makes possible to write applications which are very similar to BDE applications but at the same time use Firebird transactions more effectively and support other Firebird specific features. I have written some beginner's notes about using FibPlus that may be helpful as a starting point.

木格 2024-09-20 02:59:24

这两个组件都非常好。使用 IBO 从 BDE 迁移会更容易,因为它的组件具有与“BDE”组件中使用的相同属性和方法名称,并且您可以使用 GReplace 实用程序将所有声明从“BDE”更改为“IBO”,即:TQuery 到 TIBOQuery 等。查看更多信息 http://www.ibobjects.com/ibo_help /convertbdetoibo.htm
无论如何,您应该了解 IBO 如何在转换后微调您的应用程序。

如果您的应用程序使用 IBX 而不是 BDE,那么迁移到 FIBPlus 会更容易。

Both components are very good. Migrating from BDE will be easier with IBO, because it has components with the same property and methods names used in the "BDE" ones, and you can use the GReplace utility to change all the declarations from "BDE" to "IBO", ie: TQuery to TIBOQuery, etc. Check more info at http://www.ibobjects.com/ibo_help/convertbdetoibo.htm
Anyway, you should understand how IBO works to fine tune your application after the conversion.

It would be easier to migrate to FIBPlus if your app was using IBX instead of BDE.

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