Is possible to use versions 4beta and 3 in one Delphi IDE?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jabu
Posts: 16
Joined: Fri 05 Nov 2004 11:47

Is possible to use versions 4beta and 3 in one Delphi IDE?

Post by jabu » Sun 11 Feb 2007 17:43

Hello,

I want to use both versions 4beta for testing and 3 for production development in one Delphi (D7) IDE (certainly not in one project).
Exist any way?

Thanks.

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

Post by Antaeus » Mon 12 Feb 2007 09:13

It is not possible to install both SDAC 3 and SDAC 4 simultaneously for the same IDE. Different packages with the same name cannot be registered in the same IDE.
To test SDAC 4, perform the following steps:
- make sure that your IDE is closed
- uninstall SDAC 3
- install SDAC 4
- run the IDE.
To return back to SDAC 3 you should:
- make sure that your IDE is closed
- uninstall SDAC 4
- install SDAC 3
- run the IDE.

jabu
Posts: 16
Joined: Fri 05 Nov 2004 11:47

Post by jabu » Mon 12 Feb 2007 09:19

Ok,

Jabu

Post Reply