Compiler error with new Oracle Data Access Component

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
SESTEC
Posts: 4
Joined: Thu 08 Dec 2005 19:11

Compiler error with new Oracle Data Access Component

Post by SESTEC » Thu 08 Dec 2005 19:20

Hello,

I have just downloaded the actual Standard-Version from ODAC (odac555d5.exe) for Delphi5.

The last days, I worked with your Demo-Version and everything was ok. But after installing the standard version, I get the compiler error:

Unit OraClasses was compiled with a different version of CLRClasses.BitConverter (my translation from german).

Please can somebody tell me what to do?

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

Post by Challenger » Fri 09 Dec 2005 13:11

I suggest you to uninstall ODAC using "Add/Remove programs", check that Delphi doesn't load ODAC anymore: run IDE and look in "Component\Install packages ..." for ODAC packages.
If you find some refrences remove them, then install the version you have downloaded.

SESTEC
Posts: 4
Joined: Thu 08 Dec 2005 19:11

Problems with using synonyms

Post by SESTEC » Mon 12 Dec 2005 07:21

Now the compiler error doesn't appear again in the actual version 5.55.1.25.

But now I have a problem with using defined synonyms for the tablename.

In trail version 5.55.1.24 using synonyms in the field TOraTable.TableName was possible, but now I got the message "ORA-04043 object mysynonym is not available" when setting field "active" to true.
I installed again the old version 5.55.1.24 for testing - here everything works again without changing code or oracle database(V9.2).
Is there a failure in the actual version?

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

Post by Challenger » Mon 12 Dec 2005 15:44

We fixed this problem. This fix will be included in the next ODAC build.

Post Reply