Stored Procedure Params doesn't show in procedure editor

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
RickardEngberg
Posts: 13
Joined: Mon 12 Apr 2010 15:23

Stored Procedure Params doesn't show in procedure editor

Post by RickardEngberg » Mon 12 Apr 2010 15:28

Hi,

I have had a problem for some time with different projects. At first, when creating a MyConnection and connection a MyStoredProc to it and assigning a stored procedure name, it updates the parameter list just fine, and it works well. Then, suddenly, it stops working and the parameter list is empty.

I have the latest component set, I try to connect, disconnect, changing to another procedure, clicking execute, dataset just to get a response from the component, but nothing!

Anyone found a solution to this problem?

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

Post by Dimon » Tue 13 Apr 2010 06:38

I can not reproduce the problem. Please check that you don't set the TMyStoredProc.ParamCheck property to False.

Post Reply