ACCESS中的字符串值加上一个字符串的SQL语句怎么写? 20
如:classlist="字符串""updatetablesetclasslist=classlist+'"&classlist&"'whereid=1"可是这样写字符串...
如:
classlist="字符串"
"update table set classlist=classlist+'"&classlist&"' where id=1"
可是这样写字符串的值加不起来,帮帮忙该怎么写呢?
classlist是ASP程序中的一个变量,在语句中只能以&&来连接,不好意思,没有说清楚,谢谢yinaje,但是你的答案不是我需要的
干脆我把代码全贴上来吧
<!--#include file="Conn.asp"-->
<%
dim int1,int2,str3,str1,i,trs
int1=int("5")
int2=int("7")
str3="字符串"
AConnOpen
str1=","&cstr(int1)&","&cstr(int2)&","&str3&"|"
for i=0 to 10
AConn.execute("update goods1 set goods_count=goods_count + '" & str1 & "' where goods_id=3649")
next
set trs=AConn.execute("select goods_count from goods1 where goods_id=3649")
response.write trs("goods_count")
%> 展开
classlist="字符串"
"update table set classlist=classlist+'"&classlist&"' where id=1"
可是这样写字符串的值加不起来,帮帮忙该怎么写呢?
classlist是ASP程序中的一个变量,在语句中只能以&&来连接,不好意思,没有说清楚,谢谢yinaje,但是你的答案不是我需要的
干脆我把代码全贴上来吧
<!--#include file="Conn.asp"-->
<%
dim int1,int2,str3,str1,i,trs
int1=int("5")
int2=int("7")
str3="字符串"
AConnOpen
str1=","&cstr(int1)&","&cstr(int2)&","&str3&"|"
for i=0 to 10
AConn.execute("update goods1 set goods_count=goods_count + '" & str1 & "' where goods_id=3649")
next
set trs=AConn.execute("select goods_count from goods1 where goods_id=3649")
response.write trs("goods_count")
%> 展开
3个回答
展开全部
("update goods1 set goods_count=goods_count + " & str1 & " where goods_id=3649"
数字型变量相加,不能加单引号
数字型变量相加,不能加单引号
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
'''classlist'''
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询