Delphi produces a AmbiguousMatchException at demoprograms start

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GTZ
Posts: 2
Joined: Tue 11 Apr 2006 14:02
Location: Denmark

Delphi produces a AmbiguousMatchException at demoprograms start

Post by GTZ » Wed 12 Apr 2006 13:25

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

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

Post by Antaeus » Wed 12 Apr 2006 15:05

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

GTZ
Posts: 2
Joined: Tue 11 Apr 2006 14:02
Location: Denmark

Post by GTZ » Wed 19 Apr 2006 08:50

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.

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

Post by Antaeus » Thu 20 Apr 2006 08:56

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?

Post Reply