Unit DBAccess compiled with different version CRParser.TParser

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gcaramia
Posts: 8
Joined: Fri 05 Nov 2004 21:34
Location: Italy

Unit DBAccess compiled with different version CRParser.TParser

Post by gcaramia » Wed 18 Oct 2006 13:39

Hello
On my pc i have Delphi 7 pro and Delphi Turbo pro.
On both delphi's version, i have installed Mydac and Sdac.
Yesterday i downloaded last releases for MyDac 4.40.0.19 and Sdac 3.80.0.32
So i have installed both on D7 and TD.
On D7 all works fine.
On Turbo Delphi i can't run my projects, nor i can use your components.
I receive this error when i try to compile any project:

[Pascal Fatal Error] umain.pas(7): F2051 Unit DBAccess was compiled with a different version of CRParser.TParser

Also if i create a new project with only TMSConnection component or TMyConnection component, at compile time the previus error is arised.
Please tell me something,
I MUST WORK

thanks
Giovanni Caramia

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Thu 19 Oct 2006 15:40

> Follow the next steps:
1. Uninstall MyDAC and SDAC from Delphi Turbo.
2. Search for files at your HDD that are part of MyDAC and SDAC for Delphi 2006 and delete them.
(dac100.bpl, dacvcl100.bpl, dcldac100.bpl, sdac100.bpl, sdacvcl100.bpl, dclsdac100.bpl, mydac100.bpl, mydacvcl100.bpl, dclmydac100.bpl and so on)
3. Run Delphi Turbo and check that it is started without errors.
4. Install MyDAC and check that it works.
5. Install SDAC and check that it works.

gcaramia
Posts: 8
Joined: Fri 05 Nov 2004 21:34
Location: Italy

OK solved

Post by gcaramia » Fri 20 Oct 2006 21:13

Now it works fine !!!

Many thanks

Post Reply