ADO NextRecordSet
From: Paul (paul.gamblen_at_pacmicro.com.au)
Date: 06/07/04
- Next message: Vinodk: "Re: uniqueidentifier"
- Previous message: Hugo Kornelis: "Re: sp paging + order by"
- Next in thread: Wayne Snyder: "Re: ADO NextRecordSet"
- Reply: Wayne Snyder: "Re: ADO NextRecordSet"
- Messages sorted by: [ date ] [ thread ]
Date: 7 Jun 2004 02:20:39 -0700
Hi
Im executing multiple SQL statements within a batch (using ADO) and
using the ADO NextRecordset method to loop through the returned
results. Im actually expecting some of the SQL statements to error for
one reason or another, however when I call NextRecordset after I have
retrieved information about the error, there are no more recordsets to
retrieve (i.e NextRecordSet returns nothing), even though the rest of
the statements have actually executed (i.e. I can tell that my updates
and inserts have gone ahead). Can anybody help with this problem? I
guess what Im looking for is something very similar to what Query
Analyser achieves (i.e. still getting all the Messages and Resultsets
about the batch that was executed whether there was an error or not),
can this be done with ADO?
Hope someone can help,
Paul.
- Next message: Vinodk: "Re: uniqueidentifier"
- Previous message: Hugo Kornelis: "Re: sp paging + order by"
- Next in thread: Wayne Snyder: "Re: ADO NextRecordSet"
- Reply: Wayne Snyder: "Re: ADO NextRecordSet"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|