Database connectivity Delphi

后端 未结 8 1726
太阳男子
太阳男子 2021-02-06 09:50

I\'m using delphi for years, but never for database stuff, but recently started researching and testing.

I must say, i\'m impressed, most of things happens automatically

8条回答
  •  梦谈多话
    2021-02-06 10:19

    • dbGo (ADO) is more simple to manage, more universal, more slow
    • dbExpress is more fast, more complex to manage, supports less DBMS's
    • ZeosDBO is simple to manage, universal like dbExp, slow like dbGo, cross-platform, has few additional components, all sources are accessible

    There are few other libraries, resolving all above doubts, although all of them are commercial products. But there I am biased :)

提交回复
热议问题