Possible to use MyDac with SDAC?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yeohray
Posts: 56
Joined: Mon 26 Mar 2007 01:25

Possible to use MyDac with SDAC?

Post by yeohray » Fri 22 Feb 2008 09:53

Is it possible to use the MyDAC in the same application as SDAC? How about IBDAC?

UniDAC is not an option as our SDAC contains some customizations.

Thanks.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 22 Feb 2008 12:07

Yes, you can use MyDAC, SDAC and IBDAC in one application.

yeohray
Posts: 56
Joined: Mon 26 Mar 2007 01:25

Post by yeohray » Tue 08 Apr 2008 14:57

It looks like the components need to be of the same 'compatible' versions. If I have customized SDAC to accept widestring queries and use widetring database names, can I still use it with the MyDAC Standard Edition i.e. with no source code?

Thanks.

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

Post by Antaeus » Tue 08 Apr 2008 15:50

SDAC and MyDAC have several common packages. So, if you have not modified code of these packages, there should not be any problems with MyDAC Standard Edition.

Post Reply