I tried to do so, but nothing happens (I did not find a solution in the internet on this issue.
MySqlCommand deletedStudentCommand = new MySqlCommand("UPDATE Students CHANGE COLUMN `" + selectedd + "` `" + textBox1.Text + "`", sqlConnection);
Source: https://ru.stackoverflow.com/questions/980853/
All Articles
" + selectedd + "
" + textBox1.Text + "
TEXT", sqlConnection); - Andrei Reyz