Page 1 of 1

Question: How to dynamic refresh Params of uniStoredProc !

Posted: Wed 04 Nov 2009 11:04
by hlbzhx
How to dynamic refresh Params of uniStoredProc !

Sample:
adoStoredProc1.Parameters.Refresh;

uniStoredProc is not supply this method..

Posted: Thu 05 Nov 2009 08:57
by Plash
You can use the following code:

Code: Select all

  UniStoredProc.SQL.Clear;
  UniStoredProc.PrepareSQL;