ODAC -> SDAC

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Felipe

ODAC -> SDAC

Post by Felipe » Tue 09 May 2006 19:08

I did my project in delphi 2005 with ODAC, I want to know if have any way to convert to SDAC?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 10 May 2006 13:51

You should replace ODAC components with corresponding components of SDAC and remove from uses clause units that concern ODAC.

Do not forget to make a backup copy of your project before conversion.

khh
Posts: 37
Joined: Wed 17 Nov 2004 17:10

Post by khh » Sun 14 May 2006 06:58

What if I want to make my project support all the two DB servers?

Is there any demo or guidlines to do this?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 15 May 2006 08:44

> What if I want to make my project support all the two DB servers?
As we know, the only problem you can meet making application with both DACs is using incompatible versions of our products. Product compatibility is provided for current build only. You can read more about the issue in this topic of MyDAC FAQ.

> Is there any demo or guidlines to do this?
No, unfortunately we don't have such demo.

Post Reply