im getting this error while trying to connect a mysql database to an editor, here is the code behind:
protected void Button1_Click(object sender, EventArgs e) {
Had this same error and simply just forgot the connection in the SQL string as mentioned above. Just needed to add con after the comma.