DataReader Behavior
Posted by: Oscar Rodríguez
Date: February 03, 2005 09:46AM

Hi Guys

I want close my doubts about the DataReader Behavior

1. If i've a datareader connected to a table(i.e. select * from table1). After, i use this DataReader in a loop(Do while DataReader.Read). Can i update, delete or insert records in table1, using or not any value content in the DataReader?

2. Can i've two or more datareader connected to one table?

3. The method Read of the DataReader have a bug detected?

4. HasRows method can be used when the datareader retrieved nothing(i. e. the table is empty)??

Regards...

Options: ReplyQuote


Subject
Written By
Posted
DataReader Behavior
February 03, 2005 09:46AM
February 03, 2005 11:57AM
February 03, 2005 12:54PM
February 03, 2005 05:13PM
February 04, 2005 08:11AM
February 04, 2005 08:56AM
February 04, 2005 08:49PM
February 05, 2005 09:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.