Handling errors raised from a SQL Server stored procedure
- From: Jim D. <jimdalrymp@xxxxxxxxxxxxxxxx>
- Date: Mon, 4 Apr 2005 14:49:01 -0700
I call a SQL Server stored procedure using ADO 2.5 in an Access 2000 app.
This stored proc does many things and I've got much error handling code in
it. It is designed to encounter and handle many errors. However, when the
sproc is run by my app, it stops execution at the first error. When the
sproc is run in SQL Query Analyzer, it reports many errors, but runs to
completion.
What do I need to do to my app/ ADO code to allow this sproc to run to
completion?
Thank you for the help.
.
- Follow-Ups:
- RE: Handling errors raised from a SQL Server stored procedure
- From: Rob MacFadyen
- RE: Handling errors raised from a SQL Server stored procedure
- Prev by Date: Display results from a DataGrid in labels
- Next by Date: Re: Destroying non smart Recordset pointer in C++
- Previous by thread: Display results from a DataGrid in labels
- Next by thread: RE: Handling errors raised from a SQL Server stored procedure
- Index(es):
Relevant Pages
|