1
Answer

Question on Myconnection

Ask a question
aadebayo

aadebayo

19y
2.3k
1
Hello I am trying to write an application that will potentially be deployed on many hosts. As a result, I want to write a mySQlConnection profile that is generic, that is does not contain literals. Can some one tell me how to it. Here is how it currently looks like MySqlConnection mySqlConnection = new CoreLab.MySql.MySqlConnection("Host=host;User=user;password=password;database=database");

Answers (1)