Error wiht MyDAC version 5.00.1.6

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
futurex
Posts: 2
Joined: Mon 23 Apr 2007 15:18

Error wiht MyDAC version 5.00.1.6

Post by futurex » Mon 23 Apr 2007 15:24

Please help me! I use Vista and Delphi 2007 with MyDAC version 5.00.1.6. I can connect with TMyConnection. If I would like to run my code I receive always the following message:

[DCC Error] Unit1.pas(7): F1026 File not found: 'DBAccess.dcu'

What can I do?

Thanks!

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 24 Apr 2007 07:22

Please check that the %MyDAC%\Lib and %MyDAC%\Bin directories appear in the Library path of your IDE and they are typed correctly. Call the Environment Options dialog using IDE menu: Tools | Environment Options. If the patch to these packages does not present in the Library path list on the Library tab, add it.

futurex
Posts: 2
Joined: Mon 23 Apr 2007 15:18

Post by futurex » Wed 25 Apr 2007 11:26

Thank you very much for your help! It's work.

Post Reply