Fundamental object in Ado.Net
What are the fundamental object in Ado.net.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 1, 2012, 8:41 AM
Please refer the below links
http://www.codeproject.com/Articles/8477/Using-ADO-NET-for-beginners
http://www.csharp-station.com/Tutorial/AdoDotNet/lesson01
http://www.functionx.com/adonet/index.htm
Thanks
If this post helps you mark it as answer
Shivanand ArurPosted Oct 1, 2012, 7:20 AM
In ADO.NET, some other Objects like Connection Object, Command Object, Data Adapters, Data Tables, etc also are the most vital objects. Atleast you always need to use the Connection Object for connecting with the database.