hi!
I am new here, can someone help me Do you know a tutorial or any article about the database connectivity of vb.net I am using SQL Server 2000 and I want to create a program that can view, add, update and delete records in the database.. Can someone help me with this one
Thanks a lot!

VB.NET Database Connection
rlk
You may want to try the Data Source Wizard (Data, Add new Data New Data Source...). It will walk you through creating a Data Source which will generate the schema and code that you need to connect to and query your database. You can then drag tables from your Data Source on to a from.
Christian Nørager
This is a learning aid that uses a SQL Express database and the video's show how to make all the necessary connections etc.
http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx
Real good example for starting out. I think it is lesson #'s 6 - 9 or so.
Should answer most of your questions.
Eric Nace
thanks a lot guys!
Hollow.e