ciduver.asp

来自「我们学校毕业设计的文件.我的题目是 ASP.net校友录系统 里面包括我的毕业论」· ASP 代码 · 共 27 行

ASP
27
字号
<%
  Set Conn=Server.CreateObject("ADODB.Connection") 
  DBPath=Server.MapPath("pfcr1015.asp") 
  Conn.open "Driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath 
  Set rs=Server.CreateObject("ADODB.RecordSet")
  rs.open "Select * From admin",Conn,2,3
	rs("ver")="3.3"
	rs("time")=year(now())&"."&month(now())&"."&day(now())
     rs.update
     rs.close
     set rs=nothing
     conn.close
     set conn=nothing
%>

<html>
<meta http-equiv="refresh" content="2;url=index.asp">
<title>Loading ....</title>
</head>

<body style="font-family: 宋体; font-size: 9pt">
版本更新完成。
<p>加载过程中 ...<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Loading ...</p>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?