VS 2012 (VB) and SQl Server tutorials?

johnpapa

Member
Joined
Aug 10, 2013
Messages
23
Programming Experience
10+
I am new to VS and I am trying to use VS 2012 (VB) with SQL Server 2012.

I have been developing using Access for many years and need something scalable.

I am looking for some hands on tutorials that would show me simple coding examples from start to finish so that I can get familiar with VS 2012.

For example, I looked into dataset, datareader, datatable and datarow and was able to display the contents of an SQL Server table on a console. I would like to be able to display the table contents on a form and add, delete, edit the table contents from VS.

Any direction would be appreciated.

John
 
Follow the Data Walkthroughs link in my signature. They may or may not have been written for VS 2012 but the changes from VS 2010 are minimal and it's all been very similar right back to VS 2005.
 
Many thanks for the quick reply. Lot's of useful information, which I have already started looking at.
John
 
Back
Top