我有这段代码,VB.Net
但我得到了错误you have an error in your sql syntax check the manual that corresponds to your mysql server to use near...
我该如何解决?
cmd.CommandText = "INSERT INTO isu_mod_alertare (nr_rap_ext_aler, mod,
forte, procedee, cmd_fuct, nume_cmd) VALUES ('" + nrraport.Text + "', '"
+ MODT.Text + "', '" + fortet.Text + "', '" + procst.Text + "', '"
+ cdtt.Text + "', '" + numecdt.Text + "')"
cmd.ExecuteNonQuery()