Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've been using designer in Visual Studio(VB.net) 2010 to do database Connectivity for a week or so.But I want to do it with programming. Can someone help me with the Data connectivity concept, so that I can implement them via coding. Thank you in advance.
Posted

1 solution

In brief: you can use ADO.NET:
http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn2.microsoft.com/en-us/library/aa286484.aspx[^].

This is a good introductory CodeProject article which helps to quickly get started: Using ADO.NET for beginners[^].

I recommend the one referenced above, but you can find some more: http://www.codeproject.com/search.aspx?q=ADO.NET+beginners&doctypeid=1[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900