关于ASP Insert 语句的问题 5

<body><formname="tianjia"method="POST"action=""><table><tr><td>商品号:<inputtype="text"n... <body>
<form name="tianjia" method="POST" action="">
<table>
<tr><td>商品号:<input type="text" name="sph"/>*</td></tr>
<tr><td>商品名:<input type="text" name="spm"/>*</td></tr>
<tr><td>生产厂商:<input type="text" name="sccs" />*</td></tr>
<tr><td>生产日期:<input type="text" name="scrq"/>*</td></tr>
<tr><td>单价:<input type="text" name="dj" />元*</td></tr>
<tr><td>库存数量:<input type="text" name="kcsl" />*</td></tr>
<tr><td>生产区域:<select name="scqy">
<option>东区</option>
<option>南区</option>
<option>西区</option>
<option>北区</option>
</select></td></tr>
</table>
<input type="submit" name="queding" value="添加" />
</form>

<%
if Request.Form("sph")<>"" And Request.Form("spm")<>"" And Request.Form("sccs")<>"" And Request.Form("scrq")<>"" And Request.Form("dj")<>"" And Request.Form("kcsl")<>"" Then
Dim a,b,c,d,e,f,g
a=Request.Form("sph")
b=Request.Form("spm")
c=Request.Form("sccs")
d=Request.Form("scrq")
e=Request.Form("dj")
f=request.form("kcsl")
g=request.form("scqy")

response.Write a
response.Write d
response.Write g
<!-- #include file="lrqbixu.asp" -->
Dim strSql
strsql="inert into liangruqi(lrq商品号,lrq商品名,lrq生产厂商,lrq生产日期,lrq单价,lrq库存数量,lrq存放区域) values('"& a &"','"& b &"','"& c &"',#'"& d &"'#,'"& e &"','"& f &"','"& g &"')"
conn.Execute(strSql)
Response.Redirect "lrqzhuye.asp"
end if

%>
conn.Execute(strSql) 这一句错误
展开
 我来答
田响建站
2018-01-07 · 田响建站,纯手工建网站
田响建站
采纳数:3384 获赞数:2327

向TA提问 私信TA
展开全部
#'"& d &"'#改为'"& d &"'试下看
更多追问追答
追问

还是这样
追答
文本为'"&x&"',数字为"&x&"
不能一律用'"&x&"'格式,查看一下数据库,对应字段的属性是文本还是数字
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
网海1书生
科技发烧友

2018-01-07 · 擅长软件设计、WEB应用开发、小程序
网海1书生
采纳数:12311 获赞数:26226

向TA提问 私信TA
展开全部

strsql="inert into liangruqi(...

改为

strsql="insert into liangruqi(...

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式