Unidac 4.5.9 together with Odac 8.5.9

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ketas
Posts: 28
Joined: Thu 02 Sep 2010 12:08

Unidac 4.5.9 together with Odac 8.5.9

Post by ketas » Tue 11 Sep 2012 13:02

Hi,

when i tried to use odac (8.5.9) and unidac (4.5.9) together, i became error message :
[DCC Fatal Error] 2051 Unit UniProvider was compiled with a different version of CRConnectionPool.TCRConnectionPoolManagerClass.
Can I used it together?
Thanks. Vojslav

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Re: Unidac 4.5.9 together with Odac 8.5.9

Post by bork » Tue 11 Sep 2012 14:23

Hello

Yes, you can. Please, let us know the exact IDE version you are using, and we will help you to resolve this issue.

ketas
Posts: 28
Joined: Thu 02 Sep 2010 12:08

Re: Unidac 4.5.9 together with Odac 8.5.9

Post by ketas » Tue 11 Sep 2012 15:05

Hi,

I have Delphi XE2 Update 4 Hotfix 1 and win 7 professional. Problem ocurred when i used
tuniquery with tuniconnection and toraquery and session (oracle - Instantclient_11_2) together.
Thanks. Vojslav

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Re: Unidac 4.5.9 together with Odac 8.5.9

Post by bork » Wed 12 Sep 2012 10:05

We created an application with ODAC and UniDAC components in Delphi XE2 Update 4 HotFix 1 and couldn't reproduce this issue. It looks like your Delphi uses some DCU or BPL files from the previous version. Please perform the following steps:
1. Uninstall ODAC and UniDAC
2. Search CRConnectionPool.*, dac160.bpl, odac160.bpl, oraprovider160.bpl, and unidac160.bpl on all local drives. If you find them, then please remove them and other DCU and BPL files from previous versions.
3. Install ODAC and UniDAC again.

ketas
Posts: 28
Joined: Thu 02 Sep 2010 12:08

Re: Unidac 4.5.9 together with Odac 8.5.9

Post by ketas » Wed 12 Sep 2012 11:39

Hi,

thanks for your effort, i will try it.

Vojslav

Post Reply