ODAC on Delphi 7, MemDS, Memutils diffierent version

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MageRain
Posts: 4
Joined: Sun 19 Feb 2006 20:21

ODAC on Delphi 7, MemDS, Memutils diffierent version

Post by MageRain » Sun 19 Feb 2006 20:28

Hello,

I downloaded trial version of ODAC for Delphi 7. I have Delphi 7 Enterprise build 8.1

Projects with ODAC components won't compile returning errors:

Unit Memdata was compiled with a different version of Memutils.TDAList
and
Unit MemDS was compiled with a different version of Memutils.CopyBuffer

Also uses clause for Ora and DBAccess display similar errors.
Can you tell me what is wrong?

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

Post by Challenger » Mon 20 Feb 2006 10:59

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 any references remove them, then install the version you have downloaded.
If you have MyDAC or SDAC installed on you computer then they should be compatible with the version of ODAC you use.

Bagieta
Posts: 21
Joined: Tue 09 Nov 2004 08:02
Location: Poland

Post by Bagieta » Mon 20 Feb 2006 12:50

Similar to my problem. But in my case C++ Builder says that I don't have DBAccess.dcu, Memdata.dcu and Memdata.dcu. SO there is no problem with different versions. It just can't find those libraries. I have only *.obj files, not *.dcu files.
So how can I resolve that problem?

MageRain
Posts: 4
Joined: Sun 19 Feb 2006 20:21

Post by MageRain » Mon 20 Feb 2006 15:35

It didn't work out. But your response gave me hope that it's not compatibility issue with Delphi 7.1. I uninstalled Delphi, removed all files from Borland directory, removed all references to Delphi from registry, reinstalled Delphi, reinstalled ODAC. Now it works.

Post Reply