samedi 27 juin 2015

how to repair a mysql table in c#

I am a php programmer and a few days I am working C#. I wrote a simple mysql database repair application with c# i have just a problem i cant repair selected database

  private void repairBtn_Click_1(object sender, EventArgs e)
    {

       var result = databaseList.SelectedItem;
       //when echo result variable system shown user selected table name

       MessageBox.Show("Table successfully repaired: " + result);
    }

Aucun commentaire:

Enregistrer un commentaire