Im making a program that uses an MySql database.
Right now i am using Visual Basic and Visual Studio 2013, and i am pretty new to programming. Other than html, css, javascript, and some php.
Now i want to use 2 textboxes to insert username and password to the connection string. So:
server=IP ADRESS;userid="TextBox4 input";password="TextBox1 input";persistsecurityinfo=True;database=DB
This is pretty much the connection string i have now. Just with all the info so everyone can see them. Now at the user id and password i want to be able to use 2 different textboxes to insert the data in there.
Anyone who has an idea how to do that?
THIS is my connection string right now. In project/projectname properties/settings.
Thanks in advance!
TextBox4.Textfor both, the userid and the password?