Page 1 of 1

"Operation Aborted" message using SDAC v3.50

Posted: Mon 23 May 2005 14:46
by swelch
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

Posted: Mon 23 May 2005 14:55
by Ikar
Are you using threads?

"Operation Aborted" message using SDAC v3.50

Posted: Mon 23 May 2005 14:56
by swelch
No, not using threads

Posted: Tue 24 May 2005 09:00
by Ikar
SDAC doesn't contain these restrictions as well as this error message.
If you send us a complete small sample we can answer more exactly.