TMyStoredProc bug in 5.55.0.39 under Delphi 2007

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
boz
Posts: 7
Joined: Tue 11 Nov 2008 00:49
Location: New Zealand

TMyStoredProc bug in 5.55.0.39 under Delphi 2007

Post by boz » Tue 11 Nov 2008 00:59

When calling a stored procedure

eg `Procedure1`

from a database name containing a non-standard character

eg `database-live` or `database-test`

The TMyStoredProc will fail with "Not found -live.Procedure1" and not list the procedures at design time.

Should be an easy one to fix :-)

Boz

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 11 Nov 2008 13:03

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build.

Post Reply