UNIDAC or SDAC ?
Posted: Fri 06 Jun 2008 07:51
Dear Developers,
i have some bigger applications (60-80 Forms + Reports+ Datamodules) using SDAC.
I use for all applications a repository of components like
I've testet yet, if i change to
my application runs with only some additional small changes (migration time less then 1 hour ! - great SDAC/UniDac components !)
I have some MS SQL specific SQL in the applications, so that a future change of the provider will not work so easaly.
Nevertheless i have to decide: Should i use UNIDAC or SDAC.
In other words : Is there something in SDAC what i will miss in UniDAC ?
Whats your opinion ?
Thanks for response.
Tino
i have some bigger applications (60-80 Forms + Reports+ Datamodules) using SDAC.
I use for all applications a repository of components like
Code: Select all
Type
TMyQuery = Class(TMSQuery)
...
Code: Select all
TMyQuery = Class(TUniQuery)
I have some MS SQL specific SQL in the applications, so that a future change of the provider will not work so easaly.
Nevertheless i have to decide: Should i use UNIDAC or SDAC.
In other words : Is there something in SDAC what i will miss in UniDAC ?
Whats your opinion ?
Thanks for response.
Tino