Data Base in VB.Net

  • Thread starter Thread starter a
  • Start date Start date
A

a

please
give me some idea to study data base in vb.net
or give me table of contents
to study the data base
example
1- study ado
what else should i know
 
1- study ado

For .NET you want ADO.NET

Other than that I recommend you find some sample code that deals with
database transactions. I believe msdn.com has quite a few samples that
hit the northwind database. You might also be able to find some videos
in the VB learning center on msdn.

Thanks,

Seth Rowe [MVP]
 
Huh Northwind ???,,, Northwind is obsolete


Northwind was SQL 2000 with SQL 2005, 2008 there is a new player in town it
is called the Adventureworks database

On codeplex you can find all "new" examples including connectivity through
ADO.Net
http://codeplex.com/SqlServerSamples


hth

Michel
 
Back
Top