Error when trying to change the params of a TMyCommand

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jsmith
Posts: 1
Joined: Wed 24 May 2006 19:21

Error when trying to change the params of a TMyCommand

Post by jsmith » Wed 24 May 2006 19:25

When I try to change the params of a TMyCommand I get the error "Assertion failure (D:\Projects\Delphi\Dac\Source\Design\DADesign.pas, line 522)"

AnythingI can do about this?

jason

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

Post by Antaeus » Thu 25 May 2006 11:43

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build. Meanwhile you can edit parameters with MyCommandEditor. To invoke it double-click on the MyCommand component.

sctrojan79
Posts: 4
Joined: Fri 26 May 2006 21:55
Location: Los Angeles, CA

Post by sctrojan79 » Fri 26 May 2006 21:58

FYI, I also received this error while trying to change the parameters for a TMyQuery (from the Object Inspector, but not when double-clicking on the TMyQuery itself).

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

Post by Antaeus » Mon 29 May 2006 09:42

Than you, sctrojan79. This problem is fixed too.

Post Reply