Re: Bug with Multiple Result Sets?
- From: "joeNOSPAM@xxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: 30 Jan 2006 08:52:09 -0800
Hi. An execute() call may cause the DBMS to return any number
of update counts and/or result sets in any order. The return from
execute() says whether the first thing returned is a result set.
GetMoreResults() moves the processing to the next output to
process, and returns true if the next output is a result set.
The same SQL may return a different series of outputs for
different DBMSes, based on procedure definitions, triggers etc,
however, if one driver returns more valid info than another,
that may be a driver bug.
Joe Weinstein at BEA Systems
.
- Follow-Ups:
- Re: Bug with Multiple Result Sets?
- From: Evan T. Basalik (MSFT)
- Re: Bug with Multiple Result Sets?
- References:
- Bug with Multiple Result Sets?
- From: Wes Clark
- Re: Bug with Multiple Result Sets?
- From: Joe Weinstein
- Re: Bug with Multiple Result Sets?
- From: Wes Clark
- Bug with Multiple Result Sets?
- Prev by Date: Re: Bug with Multiple Result Sets?
- Next by Date: Re: Bug with Multiple Result Sets?
- Previous by thread: Re: Bug with Multiple Result Sets?
- Next by thread: Re: Bug with Multiple Result Sets?
- Index(es):
Relevant Pages
|
Loading