Page 1 of 1

Error wiht MyDAC version 5.00.1.6

Posted: Mon 23 Apr 2007 15:24
by futurex
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!

Posted: Tue 24 Apr 2007 07:22
by Antaeus
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.

Posted: Wed 25 Apr 2007 11:26
by futurex
Thank you very much for your help! It's work.