Selecting Which Data Access Components (DAC) to Use with RAD Studio XE7

preview_player
Показать описание
Selecting Which Data Access Components (DAC) to Use with RAD Studio XE7
Lachlan Gemmell
CodeRage 9 - Object Pascal Track
Tuesday, October 28, 2014 - 4pm Pacific Time

FireDAC, DataSnap, dbExpress, IBX and dbGo are all options available out of the box to Delphi/C++ Buider programmers. Faced with these choices how should you make the decision on which database access layer to use in your applications. Some of the factors that may influence your decision can include: 1) Ability to connect to particular database servers, 2) Support for server side database server features, 3) Component interfaces and style of programming required and 4) Support for advanced client side features. We'll take an overview look at all the different database technologies that come with XE7 and discuss how they compare in these regards and others.
Комментарии
Автор

the best summary and so accurate.
Would you be willing to tell what tool you have used to make this presentation?

petervanantwerpen
Автор

Excellent presentation. One curious thing is saying IBX supports Firebird. When did that happen? As has been argued in Delphi newsgroups (Jeff Overcash), IBX will never support Firebird. There are incompatibilities.

KyleMiller