hi, i want to learn how to connect or lets say add, remove and search information from a database created in sql server.
right now im using sql server 2005, and visual studio 2008.
i was looking on internet for a good tutorial, but i cant find anything good.
as you can tell im new at this, so please try to be as clear as u can.
i was able to create the database on sql server, and i was able to create a window form on VB, i added the connection to the database cuz i saw it on a video, but i dont know what to do now, cuz the video was made on a web form. i wanted to know exactly for a window form.
Thanks for all the help.
You will want to use ADO.NET:
Check out this site for how to make a connection string, this tell your app where to look for the datasource
http://www.connectionstrings.com
This is a pretty decent walk thru and how to connect and then how to get your data from the database to your app
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
http://msdn.microsoft.com/en-us/library/t25kbx0s.aspx
Use the above tutorial/