Delphi v6 - build 6.24 (update pack 2)
SDAC v3.50.0.14
Have a problem when using multiple TMSStoredProc objects (8 or more) on a form. I open one TMSStorderProc that returns a dataset and while looping through that, open several other TMSStorderProc's. I use one TMSConnection object on the main form as the connection to all TMSStorderProc's. The stored procedure names are set at design time.
The "Operation Aborted" error occurs when trying to access any property or method on the TMSStorderProc. Disabling the offending TMSStorderProc simply moves the error down to the next one further down the code.
On initial investigation it appears that the stored procedure name on the
offending TMSStorderProc is being set to a blank.
Is there some sort of limit on how many TMSStorderProc can be active at any time?
rgds
Steve Welch
Is there a limit to how many