Page 1 of 1
trying to get started
Posted: Sat 18 Dec 2004 08:55
by Jan
I downloaded MyDac for Delphi 9 (Net) and got this:
[Fatal Error] E2202 Required package 'dcldac90' not found
What did I mis?
Posted: Sun 19 Dec 2004 12:45
by Jan
A project (webmodule) contains nothing more than a MyConnection.
On "if MyConnection1.Connected then response.content:='connected'
else response.content:='not connected';" I get (IE) a beep and a time-out error. Nothing happens!
I'm using Delphi 2005 and MyDac.
Re: trying to get started
Posted: Mon 20 Dec 2004 09:42
by Ikar
Please check at the registry HKEY_CURRENT_USER\Software\Borland\BDS\3.0\Known Packages
Or try to reinstall MyDAC.
Posted: Mon 20 Dec 2004 14:29
by Jan
what is there to check? Corelab is mentioned.....
Posted: Mon 20 Dec 2004 19:05
by Jan
Reinstalling does not save the problem. Any idea?
Posted: Tue 21 Dec 2004 09:56
by Ikar
Try to copy this file to the folder Windows/System32
Posted: Mon 27 Dec 2004 14:40
by Jan
I am sorry, but no this does not help.
Without MySQL the program is working fine.
With MyConnection and MyQuery the problem occurs.
After removing both program will not work again.
Posted: Tue 28 Dec 2004 09:08
by Ikar
Do you have the error at the time of compilation?
Try to compile MyDAC Demo\Win32\Pictures.
Posted: Tue 28 Dec 2004 14:43
by Jan
no, no error is displayed.
MyDAC Demo\Win32\Pictures is compiled ok, and running. But my program will still not.
Posted: Tue 28 Dec 2004 16:13
by Ikar
Try to search for a link on 'dcldac' or 'dclmydac' in files of your project.
Also you can try to shorten your project up to minimal.
Posted: Thu 30 Dec 2004 09:11
by Jan
The project is nothing more than MyConnection and 1 MyQuery, but it still won't work.

Posted: Thu 30 Dec 2004 13:56
by Ikar
Try to search not only in pas-files but in files of project (.bdsproj etc) also.