New version of ODAC for Delphi 2006 and Builder C++ 2006

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
michel
Posts: 4
Joined: Thu 19 Jan 2006 22:51

New version of ODAC for Delphi 2006 and Builder C++ 2006

Post by michel » Thu 19 Jan 2006 22:57

A message to signal a bug in the new odac previous version.

I have try this version and it remains a problem with vcl object in the "button bar" that do not appeared in Builder C++ 2006.

In Delphi 2006 it works fine, but in the C++ side the components did not appeared in the tool bar.
If you create in the previous Builder 6.0 version an application with VCL ODAC component and after that open this form with Builder 2006 they appeared in the Form but are always not present in the tool bar !.

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

Post by Challenger » Fri 20 Jan 2006 12:51

The problem like yours was fixed in the ODAC 5.70. Try to install ODAC 5.70. If the problem still exists try to remove following keys:
CrControls100.bpl,
dac100.bpl,
dacvcl100.bpl,
dcldac100.bpl,
dclodac100.bpl,
odac100.bpl,
odacvcl100.bpl,
oraprov100.bpl
from HKCU\Software\Borland\BDS\4.0\Package Cache registry key.
Before performing this operation close IDE.

michel
Posts: 4
Joined: Thu 19 Jan 2006 22:51

Post by michel » Fri 20 Jan 2006 13:22

Thanks for your answer, but it didn't woork for me !.

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

Post by Challenger » Fri 20 Jan 2006 14:13

Please specify what version of ODAC do you use?

michel
Posts: 4
Joined: Thu 19 Jan 2006 22:51

Post by michel » Fri 20 Jan 2006 22:46

Oh sorry, because it was so evident for me that the new version will only work with delphi 2006 that I forget this important point. :-)

My version ODAC Net Edition version 5.70 Beta for Delphi 2006.
My delphi 2006 is an Architecte version with the Patch 1 for C++.

An other important information I have the same problem than aaverhoeven, When I load Delphi 2006 I have a crash with MigWizard.dll.
To solve this problem I have choose to do not install it on the install kit options.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 30 Jan 2006 10:40

We couldn't reproduce your problem. We have just released new ODAC version 5.70.0.28.
Please try to uninstall ODAC, remove above mentioned keys from registry, and install new version.
If this doesn't help you, then specify what personality you have installed in BDS2006 and send us your registry key HKCU\Software\Borland\BDS\4.0\ by e-mail to ODAC support address.

michel
Posts: 4
Joined: Thu 19 Jan 2006 22:51

Post by michel » Mon 30 Jan 2006 20:14

I think that I have the explanation, we have Builder C++ 6.0 installed before the new Delphi 2006 version and we have already test your previous version of ODAC with Builder 6.0 before installed the last ODAC beta version.

I think this can explain because, I have in my personnal computer at home both Builder 6 and Delphi 2006 installed but I have only installed the ODAC beta version for Delphi 2006 and it's run witout any problem.

I will try your last version soon and provide you the situation thanks for your help, I appreciate your professionnal attitude.

Last news : The last version work now without any problem.

Problem SOLVE. Thanks Again

Post Reply