Datareader question

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

Can i close Datareader before starting reading data?

The connection is used(shared) by many events, which may occurs concurrently.
But i read that the connection can't be used if data reader is not closed.
This mean that while one event is working with data reader, others events can't do their job:-(
Is it true?
 
Hi Matt,

You cannot use one connection with two datareaders in the same time, but as
far as I know you can use two real connections with two datareaders.

Cor
 
* "Mat" <replytogroup@****Spam.COM> scripsit:
[...]

Please don't post in HTML format, use text/plain instead.
 

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