Page 1 of 1

zeosdbo vs dbexpress

Posted: 18.01.2006, 14:13
by chentishler
Hi,

What are the advantages of zeosldbo over dbexpress (also in BDS 2006)?

Is there any new version of zeosdbo coming soon?


Regards,

Chen

Posted: 18.01.2006, 16:41
by gto
Hello :)

Well, dbExpress is a very thin layer between the application and database, so it's faster a bit..

In fact (answering your question), I think this is the only plus over Zeos.

dbExpress, need to use connection drivers, and most of them are 3rd party commercial solutions... and the last time I've working with it, the only way to find a firebird server is through the interbase driver, not a native fb connection, god knows what happens with newer versions of fb.

Other thing, that ones may consider a plus, but I don't, is the fact of dbExpress is unidirectional; means, you can only browse your data forward. If you want to enable "free browsing", like dbgrid and all features of dbNavigator, you will need to use more components, ClientDataSets and more.. dunno, but it looks dirty :D

Also, I think Zeos is quite easy to use and deploy.. If you already worked with BDE or Dbase in delphi environment, the changes in code would be minor things, enabling your application to establish a native connection with the major known databases avaliable today.

that's my opinion :)

regards... and sorry about the bad english ;)

Posted: 02.02.2006, 15:13
by chentishler
Thanks for your answer.

Chen