标题:向数据库插入语句出错!求助,在线等
取消只看楼主
witchwang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2008-8-28
 问题点数:0 回复次数:3 
向数据库插入语句出错!求助,在线等
insert into buchong(nquestion, statement) values("&recordset2("nquestion")&","&request.form("textno"&recordset2("nquestion"))&")报错:语句未结束,请问如何修改?
搜索更多相关主题的帖子: 数据库 语句 在线 
2008-08-28 21:33
witchwang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2008-8-28
得分:0 
格式,我对过了,还是说语句未结束
2008-08-28 21:57
witchwang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2008-8-28
得分:0 
if  request.form("textno"&recordset2("nquestion"))<>"" thencnn.execute "insert into buchong(nquestion, statement)     values('"recordset2("nquestion")"','"&request.form("textno"&recordset2("nquestion"))&"')"
    
    end if
报错"语句未结束",这是把上一面的传递结果,插入buchong表中,nquestion是数字型,statement是备注型
请问高手,这怎么回事?
2008-08-28 22:00
witchwang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2008-8-28
得分:0 
if  request.form("textno"&recordset2("nquestion"))<>"" then
cnn.execute "insert into buchong(nquestion, statement)     values('"recordset2("nquestion")"','"&request.form("textno"&recordset2("nquestion"))&"')"
     
    end if
2008-08-28 22:00



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-230337-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.166248 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved