Exemplo n.º 1
0
 /// <summary>
 /// Change collation clicked.
 /// </summary>
 protected void btnChangeCollation_Click(object sender, EventArgs e)
 {
     ConnectionHelper.ChangeDatabaseCollation(ConnectionString, Database, COLLATION_CASE_INSENSITIVE);
     lblCompleted.ResourceString = "separationDB.OK";
     btnChangeCollation.Visible  = false;
 }