Ignore SQL Server 2000 store proc errors and still get results?
- From: "Mike Jansen" <mjansen_nntp@xxxxxxxx>
- Date: Wed, 10 Aug 2005 14:39:30 -0400
We have a SQL Server 2000 stored procedure that raises errors when run.
Because of what it is doing, this is expected. However, we have result sets
that are also being returned from the stored procedure.
Using either DataAdapter or SqlDataReader, we'd like to be able to execute
the stored proc and still get the result sets back. However, exceptions are
thrown whenever the stored proc raises an error. Is there any way to ignore
or suppress these errors and still get the result sets?
Thanks,
Mike
.
- Follow-Ups:
- Re: Ignore SQL Server 2000 store proc errors and still get results?
- From: Mary Chipman [MSFT]
- Re: Ignore SQL Server 2000 store proc errors and still get results?
- From: Mike Jansen
- Re: Ignore SQL Server 2000 store proc errors and still get results?
- Prev by Date: Re: Microsoft Application Blocks Data Modification
- Next by Date: Re: Ignore SQL Server 2000 store proc errors and still get results?
- Previous by thread: MS data provider for Oracle - SELECT COUNT(*)
- Next by thread: Re: Ignore SQL Server 2000 store proc errors and still get results?
- Index(es):
Relevant Pages
|
Loading