Hello Everyone, I have some good news, found the website that can help me alot with what pancrazio was talking about using the code to link the database in C# which is on this website
http://www.codeproject.com/KB/databa...in_csharp.aspx
However the problem is, when it says to start making a Then we create a SqlConnection and specifying the connection string.
SqlConnection myConnection = new SqlConnection("user id=username;" +
"password=password;server=serverurl;" +
"Trusted_Connection=yes;" +
"database=database; " +
"connection timeout=30");
My question is... where do you put that? on the form itself by double clicking on the form itself and inserting into it? on the button etc it does not say where?