easy way to access ado coding

Asked By vengatesh rishba
30-Jan-10 01:59 AM
Earn up to 0 extra points for answering this tough question.
hi please tell any one easy way to access ado net

  Learn what ADO.NET is.

K S replied to vengatesh rishba
30-Jan-10 02:03 AM

  re: easy way to access ado coding

Web Star replied to vengatesh rishba
30-Jan-10 02:20 AM

As your query access ADO.net doesn't has meanniing , ADO.NET provides functionality to developers writing managed code so u can access database record by using ADO.net in .net development environment.

and this is not one thing this combine a library for provide all functionallity for access data by using like Systme.SqlClient.Data, System.SqlClient etc.

and example of ADO.net code is every where on net just need to googleit for that

http://msdn.microsoft.com/en-us/library/h43ks021(VS.71).aspx

  re: easy way to access ado coding

Chetankumar Akarte replied to vengatesh rishba
30-Jan-10 07:58 AM
Hi Vengatesh,
ADO.NET is a set of computer software components that can be used by programmers to access data and data services. It is a part of the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems Mostly MS SQL.
To Dig More about ADO.NET Read some Basic Tutorials. Here are some good tutorials...
Also go through some books...
Create New Account