已用<!-- #include file="conn/conn.asp" -->连接数据库了

<%DimConn,Rs,sql,dingdanztdingdanzt=""sql="select*fromweowherebianhao='"&request("bia... <%
Dim Conn, Rs, sql, dingdanzt
dingdanzt = ""
sql="select * from weo where bianhao='" & request("bianhao") & "'"
set conn=server.createobject("adodb.connection")
mypath=server.mappath("data/1.mdb")
conn.open "provider=microsoft.jet.oledb.4.0;data source=" & mypath
Set Rs = Server.CreateObject("ADODB.RecordSet")
Rs.Open Sql, Conn, 1,1
If Not(Rs.Eof) Then
dingdanzt = Rs("dingdanzt") '假设dingdanzt是你表中的字段名
End If
Rs.Close
Set Rs = Nothing
Conn.Close
Set Conn = Nothing
If dingdanzt<>"" Then%>
<script language="javascript">
alert("该订单已无法修改!")
window.location.href="../index.asp"
</script><%
response.end
End If
%>

已连接数据库了
<!-- #include file="conn/conn.asp" -->

上面那段代码如何改
这么写不行吗
<%
sql="select * from weo where bianhao="&request("bianhao")
If dingdanzt<>"" Then
%>
<script language="javascript">
document.write('该订单已无法修改了!')

</script>
<%
response.end
End If
%>
展开
 我来答
缓步莫迟疑C
2012-01-07 · TA获得超过1.1万个赞
知道大有可为答主
回答量:6217
采纳率:73%
帮助的人:6534万
展开全部
你的基础太弱了,这些都是非常基础的东西.
<!-- #include file="conn/conn.asp" -->
<%
Dim Rs, sql, dingdanzt
dingdanzt = ""
If IsNumeric(request("bianhao")) Then
sql = "select * from weo where bianhao=" & request("bianhao")
Else
Response.Write "参数bianhao无效!" : Response.End
End If
Rs.Open Sql, Conn, 1,1
If Not(Rs.Eof) Then
dingdanzt = Rs("dingdanzt")
End If
Rs.Close
Set Rs = Nothing
If dingdanzt<>"" Then%>
<script language="javascript">
alert("该订单已无法修改!")
window.location.href="../index.asp"
</script><%
response.end
End If
%>
来自:求助得到的回答
风脚点做听脆0I
2012-01-08 · 超过10用户采纳过TA的回答
知道答主
回答量:71
采纳率:0%
帮助的人:24.7万
展开全部
只是对传递过来的参数缺少一个值[request("bianhao")]的判断,. 其他的怎么写都可以,.~
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友b373f2e
2012-01-07 · TA获得超过159个赞
知道小有建树答主
回答量:496
采纳率:0%
帮助的人:329万
展开全部
什么错?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式