本文介绍了Firebird:DBExpress或本机组件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我从Firebird开始,已经找到了Devart访问数据库的组件。
他们提供本机组件()或驱动。 (我使用的Delphi XE2 Pro不包括Firebird驱动程序)
我猜原生的组件有点快,但这对我来说并不重要。 >
每种方法的优点/缺点是什么?为什么我应该选择一个?
解决方案
IBdac
- 您的应用程序与firebird绑定
- 你熟悉bde或ado
- 演出
- 最大Firebird支持
DBexpress
- 可移植性(将应用程序移植到花药数据库)。
- 将专业版升级到企业,以便您可以使用
embarcadero提供的一个。
您可以查看。
I am starting with Firebird and have found components to access a database by Devart.They offer native components (IBDAC) or DBExpress drivers. (I am using Delphi XE2 Pro which doesn't include Firebird drivers)
I guess native components are a bit faster, but that's not too important for me.
What are the advantages/disadvantages of each approach and why should I choose one over the other?
解决方案
IBdac
- your application is tied to firebird
- you are familiar with bde or ado
- performance
- maximal Firebird support
DBexpress
- portability (it is easy to port you application to anther database).
- upgrade pro edition to enterprise so you can use one supplied byembarcadero.
You can check Devart FAQ.
这篇关于Firebird:DBExpress或本机组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!