Page 1 of 1

Problems with Parameters in StoredProcedures (II)

Posted: Thu 17 Apr 2008 01:44
by jalin
MySQL 5.1.22, MyDac 5.20.1.14,
D6

I think there is a bug on the TMyStoredProcedure.

1. I created and installed a procedure in MySQL. The procedure contain one parameter.

2. I dropped a TMyStoredProcedure component and detected the parameter ok.

3. I modified the store procedure in MySQL and I added a new parameter. Reinstalled the procedure in MySQL

4. When I see the component, it recogized the new parameter BUT IN TEXT VIEW I SEE ONLY THE FIRST PARAMETER.

I think the component never refresh the parameters.

Posted: Thu 17 Apr 2008 12:18
by Dimon
In order to refresh the parameters in TMyStoredProcedure in design time, you should open the parameters editor and save the new parameters by pressing the OK button.