熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

asp 查詢指定id記錄進行修改

2022-06-13   來源: .NET編程 

  asp教程 查詢指定id記錄進行修改
<%
Dim IdSqlUrl
Id=Html_Encode(RequestQueryString("id"))
If id="" Then
 ResponseWrite("數據傳輸過程被修改過了服務器拒絕操作")
 ResponseEnd
ElseIf Not IsNumeric(Id) Then
 ResponseWrite("數據傳輸過程被修改過了服務器拒絕操作")
 ResponseEnd
Else
 Call Hit(id)
 Url=RequestServerVariables("Script_Name")
 Sql="Select * from young Where id="&Id
 On Error Resume Next
 Call OpenDb
 Set Rs=ConnExecute(Sql)
 If Not Rseof Then
 Did=Rs()
 Pid=Rs()
 Cid=Replace(Replace(Rs()"Script""")"<""")
%>

  原理很簡單現在我們把獲取id的值哦


From:http://tw.wingwit.com/Article/program/net/201311/14071.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.