在学asp请大家帮帮忙谢谢!!
谢谢!!
我就用一个变量接受全部的字段strSql = "insert into topic (sortid,typeid,showname......) Values (';"
strSql = StrSQl & sortid& "';, "
strSql = StrSQl & typeid& ", ';"
strSql = StrSQl & showname& "';, ';"...)"
conn.Execute (strsql) 改的是可以的
但我不知道跟rs.addnew
有什么区别?楼主你知道吗能不能告诉我 谢谢!