Sponsored By
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Article
Forum
Blog
Quiz
Beginner
Careers
Contact
Login
Email Id
Password
Remember Me
Forgot Password?
Sign Up
Home
|
Product
|
Services
|
About Us
|
Interview
|
DeveloperSection
|
Submit an Article
|
Submit Blog
Report Abuse Form
Reason:
Home
>>
.Net
>>
ADO.Net
>>
What is ADO.NET?
Author
Post
yash Singh
Total Post:
15
Member Since:
10/25/2010
Points:
79
What is ADO.NET?
Posted On:
12/7/2010 5:37:34 AM
Report Abuse
What is ADO.NET?
Reply
Author
Post
Pushpendra Singh
Total Post:
9
Member Since:
10/25/2010
Points:
61
Re: What is ADO.NET?
Posted On:
12/7/2010 6:12:55 AM
Report Abuse
What is Ado.net
ADO.NET, an object oriented data access technology, is essentially a collection of classes used to communicate between an application and a database. ADO.NET provides consistent access to data sources such as Microsoft SQL Server. The ADO.NET classes are found in System.Data.dll.
DataProvider in Ado.net
The following are the supported DataProviders:
• Odbc Data Provider
• OleDb Data Provider
• Oracle Data Provider
• SqlServer Data Provider
Connection
The following are the supported Connection classes:
• OleDbConnection
• OdbcConnection
• OracleConnection
• SqlConnection
Command
The Command object is used to send the SQL Statements to the database. Commands are used to insert data, retrieve data and execute stored procedures in the database. The following are the methods of the Command class:
• ExecuteScalar
• ExecuteReader
• ExecuteNonQuery
• ExecuteXmlReader
Reply
Author
Post
Uttam Misra
Total Post:
113
Member Since:
6/2/2010
Points:
818
Re: What is ADO.NET?
Posted On:
12/14/2010 2:46:06 AM
Report Abuse
Yash you can post conceptual question in Interview Section of MindStick.
Thanks!
Reply
Report Abuse Form
Reason:
Total Online Users:
7196
Advertisement
Advertise with Us
Copyright ©
2013
MindStick. All Rights Reserved.
Home
|
Contact Us
|
Services
|
Feedback
|
Advertisement
|
Privacy Policy
|
Term & Conditions
|
About Us