ado.netBTbhagyasri tativaka12yAsked Mar 29, 2014, 6:03 AM1.3kLearn iOS Programmingwhat is the use of ado.net
Abhishek Jaiswal12y agoPosted Mar 29, 2014, 7:18 AMheyy !ado.net can be used for-- Accessing database- Database connectivity- Database binding- Modifying stored data- Performing base SQL operations. (delete, update, modify)etcfor more info, please go throughhttp://msdn.microsoft.com/en-us/library/aa302325.aspx
Munesh Sharma12y agoPosted Mar 29, 2014, 6:53 AMAdo.net is very important part of Dot net. it is"active data object". this use for connection with database means fetching the data, insertion data, everything we do with database then we use Ado.net.
Abhishek JaiswalPosted Mar 29, 2014, 7:18 AM
ado.net can be used for-
- Accessing database
- Database connectivity
- Database binding
- Modifying stored data
- Performing base SQL operations.
(delete, update, modify)
etc
for more info, please go through
http://msdn.microsoft.com/en-us/library/aa302325.aspx
Munesh SharmaPosted Mar 29, 2014, 6:53 AM