datareader connections

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Is it that you can only have one datareader open per seperate database
connection, or one datareader open per application at a time? thanks
 
Is it that you can only have one datareader open per seperate database
connection, or one datareader open per application at a time? thanks

One per datareader
 
Brian Henry said:
Is it that you can only have one datareader open per seperate database
connection, or one datareader open per application at a time? thanks
 
A connection is used exclusively by the the datareader and it can only be
reused once the datareader is closed.
thanks
 
yes but if you have two connections, can you have two readers, one per
connection open at once..
 

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