VB.NET Database Connection

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!


Answer this question

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

     Dirty Steve wrote:

    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.



    thanks a lot guys!

  • Hollow.e

    Tip: try a search on google it will get you were you whant, and check this page here http://searchvb.techtarget.com/home/0,289692,sid8,00.html is full of usefull stuff


  • VB.NET Database Connection