Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Something strange with TADOCommand component

Status
Not open for further replies.

Strannik

Programmer
Jul 4, 2002
132
UA
While executing stored procedures(using TADOCommand object) which doesn't return record set(just perform some processing) exception Stack Overflow is thrown. The error occurs in the line below

ADODataSet1->Recordset = ADOCommand1->Execute

At the same time the error handling results in nothing. After debugger moves this line second time application closes reporting access violation somethere in the ADO library.

The subject is: does somebody know(or guess) how to avoid this failure ? It's strongly unwanted to make two branches
of procedures which returns data and return nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top