Exemplo n.º 1
0
 public Connection(String Database)
 {
     this.myCN = new MySqlConnection(DAOMySqlCredentials.getConnectionString(Database));
 }
Exemplo n.º 2
0
 public Connection()
 {
     this.myCN = new MySqlConnection(DAOMySqlCredentials.getConnectionString());
 }