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.