⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 backup2.asp

📁 雅芳进销存系统
💻 ASP
字号:
<%
if session("username")="" then
%>
<script language="javascript">
top.location.href="../login.asp"
</script>
<%  
  response.end
end if
%>
<!-- #include file="../conn2.asp" -->
<!-- #include file="../const.asp" -->
<!-- #include file="../inc/md5.asp" -->

<html>
<head>
<title><%=dianming%> - 数据库还原</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style2.css" rel="stylesheet" type="text/css">
</HEAD>

<BODY>
<%
if fla5="0" then
%>
<br><center><font color="#FF0000">你不具备此权限,请与管理员联系!</font></center>
<%  
  response.end
end if
%>
<%if request("hid1")="" then%> 
<form name="form1">
<table width="98%" border="0" cellpadding="0" cellspacing="2" align="center">
  <tr> 
    <td height="21">&nbsp;<img src="../Images/ico/ico00.gif" width="32" height="32" hspace="2" vspace="2" align="absmiddle"><font size="+1"><strong> 数据库还原</strong></font></td>
  </tr>
</table>
<table width="98%" border="0" cellspacing="1" cellpadding="2" align="center" class="TableMenu">
      <tr class="a1" style="color:#ffffff;font-size:12px;">
	    <th height="30" style="color:#ffffff;font-size:14px" colspan="2"><img src="../images/add.gif" border="0" hspace="2" align="absmiddle">数据库还原</th>
      </tr>	
      <tr bgcolor="#ececec">
        <td align="center">
		  <input type="submit" value=" 确认还原数据库 ">
		  <input type="hidden" name="hid1" value="ok"></td>
      </tr>	    
</table>
</form>
<%
else
dbpath=server.mappath("../data/avonjxc.mdb") 
dbpath2=server.mappath("../backup/avonjxc.mdb") 
Set Fso=server.createobject("scripting.filesystemobject") 
if fso.fileexists(dbpath2) then 
fso.copyfile dbpath2,dbpath
Else 
%>
<script language="javascript">
alert("您的数据库没有备份,无法还原!")
window.history.go(-1)
</script> 
<%
  response.end
End if 
%>
<script language="javascript">
alert("还原数据库成功!")
window.location.href="backup2.asp"
</script> 
<%
end if
%>
</body>
</html>

⌨️ 快捷键说明

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