Page 1 of 1
Delphi produces a AmbiguousMatchException at demoprograms start
Posted: Wed 12 Apr 2006 13:25
by GTZ
My Delphi 2006 produces a AmbiguousMatchException when i start the demoprograms. Why is that.
my connection to the MySQL server 5.0 on a remote machine is OK.
Please help
GTZ
Posted: Wed 12 Apr 2006 15:05
by Antaeus
It looks like a problem reported some time ago. Please refer to this link:
http://crlab.com/forums/viewtopic.php?t=274. It may help you to solve this problem.
If the problem persists, please supply us following information
- What demo project causes the problem
- In what conditions the problem appears
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor
Posted: Wed 19 Apr 2006 08:50
by GTZ
I think this is another issue. I dont have the Monitor components on form.
the exception arises with every demoproject, i have tried.
It does not matter if I use a local database, or a remote one.
It happens in Application.CreateForm(TfmMain, fmMain).
If I know how to attach an image, i could show the call stack.
Versions:
Mydac - 4.30.0.11
MySQL server version: 5.0.19-community
MySQL client version: Direct
Win XP pro Sp2, Borland delphi 2006 enterprise.
Posted: Thu 20 Apr 2006 08:56
by Antaeus
Please try to create new project and run it. Then drop onto the form MyConnection, MyQuery and run the project one more time. Was the error raised while running this project?