latest Post

Difference between DataReader and DataAdapter in SQL Server

DataReader 
         
1.Can Access one table at a Time.

2.Handles DataBase Tables.

3.Only READ Operation.

4.DataBase Connection Mode .

5.I.No Storage Capacity.
   II.Faster than DataAdapter

DataAdapter

1.Can Access Multiple Table at a Time.

2.Handles XML Files,Text Files,DataBase Tables.

3.Both Read/Write Operations.

4.DataBase DisConnection Mode.

5.I.Temporary Storage Capacity.
   II.Less Faster than DataReader

To Collect More stuff from this site stay connected with https://www.facebook.com/dotnettuts and Like MBox - Tutorials facebook Page.

About Mallikarjun A

Mallikarjun A
Recommended Posts × +

0 comments:

Post a Comment