How do I write a parameterized connection string in VB.NET? All the examples in the documentation are hard-coded. The string would just be "Server=@server;Port=@port;Database=Watts;Uid=@username;Pwd=@password;allow zero datetime=no;", but I don't know how to actually add parameters to the mysqlconnection.connectionstring object.
↧