Problem installing Mydac6 on Radstudio2007

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Problem installing Mydac6 on Radstudio2007

Post by kaffeburk » Wed 22 Jun 2011 17:04

I get the error:

[Pascal Fatal Error] ******* : F1026 File not found: 'MyEmbConnection.dcu'

after upgrading from mydac from 5 to 6.
----
When i create a new project it works.

kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Post by kaffeburk » Wed 22 Jun 2011 17:21

Did find a solution:

1: remove all dcu files (in your project)
2: compile

Now the correct reference in some uses to MyEmbConnection shold be listed with the error.

3. Delete the reference

Compile

Post Reply