asp中sql语句批量修改多字段数据库
<!--#includefile="conn.asp"--><%id=request.querystring("id")name=request("S1")company...
<!--#include file="conn.asp"-->
<%
id=request.querystring("id")
name=request("S1")
company=request("S2")
sql="update a1 set name='"&name&"',company='"&company&"' where id="&cint(id)
conn.Execute(sql)
conn.Close
Set conn=Nothing
response.redirect "ok.asp"
%>
执行过程都正常,ok.asp可正常打开,没有任何错误提示,可是数据库内的数据并未修改。 展开
<%
id=request.querystring("id")
name=request("S1")
company=request("S2")
sql="update a1 set name='"&name&"',company='"&company&"' where id="&cint(id)
conn.Execute(sql)
conn.Close
Set conn=Nothing
response.redirect "ok.asp"
%>
执行过程都正常,ok.asp可正常打开,没有任何错误提示,可是数据库内的数据并未修改。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询