datareader question

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
 
G

Guest

Good afternoon,

You're right, data reader is forward only type reader, you can olny move to
next row or next result set.
 
G

Guest

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
 
M

Mark Rae

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...
 
M

Mark Rae

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

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top