ASP的0x80040E0C问题
发布网友
发布时间:2022-04-08 04:29
我来回答
共2个回答
热心网友
时间:2022-04-08 05:59
你直接把sql1中存储的sql语句输出来看看,看看语法对不对,是不是缺少值,或类型不对,
sql1="insert into chanpin(cpname,gg,types,qt,img) values('"&Request.Form("cpname")&"','"&Request.Form("gg")&"','"&Request.Form("types")&"','"&qt&"','"&request.Form("img")&"')"
response.write sql
response.end
热心网友
时间:2022-04-08 07:17
'楼主是否上传图片呀 ,你这裏'"&request.Form("img")&"'需要调用函数名,没有看到调用函数文件.
sql1="insert into chanpin(cpname,gg,types,qt,img) values('"&Request.Form("cpname")&"','"&Request.Form("gg")&"','"&Request.Form("types")&"','"&qt&"','"&request.Form("img")&"')"