解决方案 »

  1.   

     Cmd.CommandText = "INSERT INTO cale1 (id, name,company,tel,mail,address,qq,msn,area) VALUES ( txtid1.Text + "  , ' " + txtname1.Text + " ' , ' " + txtcompany1.Text + " ' , ' " + txttel1.Text + " ' , ' " + txtmail1.Text + " ' , ' " + txtaddr1.Text + " ' , ' " + txtqq1.Text + " ' , ' " + txtmsn1.Text + " ' , ' " + txtarea1.Text + " ')"你的debug方法就是把cmd.commandtext解析出来直接放到数据库里面去看看就好了