aadebayo

aadebayo

  • NA
  • 1
  • 0

Question on Myconnection

Apr 7 2005 8:32 AM
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)