datareader question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I should know the answer to this but i guess i have to ask: Is there a way to
reset a data reader to the begining? I figure it's a no, but want to be sure
 
Good afternoon,

You're right, data reader is forward only type reader, you can olny move to
next row or next result set.
 
was hoping for some kind of hack of a bug that could be exploited.
:-) Thanks

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
 
I should know the answer to this but i guess i have to ask: Is there a way
to
reset a data reader to the begining? I figure it's a no, but want to be
sure

You're correct - if you need to do this, you're using the wrong ADO.NET
object...
 
i can't aford the performance issues with using an xml dataset.

???

There are other ADO.NET objects besides XML DataSets... :-)

Have you considerd a "standard" DataSet, or DataTable...?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top