In Isah 4.0, there was no difference between the Open
method and the ExecProc
method of the StoredProc
component. In the TIsahStoredProc
component, you must distinguish between the two methods.
The Open
method must be used if the stored procedure returns a result set, and the ExecProc
method must be used if it does not.