How can you update the records in database using datareader?

 Posted by Virendradugar on 12/30/2009 | Category: ADO.NET Interview questions | Views: 8679
Answer:

Well, You cannot update. DataReader is just used for reading the data in forward only mode. You can achieve this using Dataset but not by DataReader.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response