Re: DataSet and SQL results dont match, help
- From: "pvdg42" <pvdg42@xxxxxxxxxxxxxxxxx>
- Date: Thu, 1 Feb 2007 10:31:42 -0600
"JP" <JP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:01C4560E-EC44-432E-94F2-5D654E266702@xxxxxxxxxxxxxxxx
As anyone ever run into this before. VS 2005 C#. This is a combination ofIn order to address your question, we'd need to see your code. Can you show
SQL
and framework so I wasn't quite sure where to post it.
I have a SP that executes multiple SELECT statements. If the ROWCOUNT = 0
it
executes the next SELECT and so fourth. In the past its always been that
the
last SELECT executed would be the results that were returned to whatever
objAdapter executed the SP.
However, I've noticed that the results in the data adapter always contain
the results of the first SELECT. So if SELECT #1 returned 0 records and
the
last SELECT returned 3 records, the dataset would have 0 records.
Is this a bug? How can it be fixed?
--
JP
.NET Software Developer
the selection logic block, or better still, reproduce the symptoms in a
short, but complete program?
.
- Follow-Ups:
- Re: DataSet and SQL results dont match, help
- From: Robson Siqueira
- Re: DataSet and SQL results dont match, help
- Prev by Date: SortedList serialization in .NET 2.0
- Next by Date: app.config and user.config files
- Previous by thread: SortedList serialization in .NET 2.0
- Next by thread: Re: DataSet and SQL results dont match, help
- Index(es):
Relevant Pages
|