1
Answer

Insertion of records into Data Base using DataReader

Hi everyone...
According to statement :

A Data Reader is a Forword Only and Read Only Cursor, which is use to fetch data from the database. It cannot be use to Insert any data.

 
Then what is the use of "RecordsEffected" property of "DataReader".

i am very much confused with this....Please explain me in detail...
Thank you.
 

Answers (1)