How to dynamic refresh Params of uniStoredProc !
Sample:
adoStoredProc1.Parameters.Refresh;
uniStoredProc is not supply this method..
Question: How to dynamic refresh Params of uniStoredProc !
You can use the following code:
Code: Select all
UniStoredProc.SQL.Clear;
UniStoredProc.PrepareSQL;