📄 acdatamanage.asp
字号:
<!--#include file="../Session.asp"-->
<html>
<head>
<title>管理数据库</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/site.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
<!--#include file="AcDataBk.asp" -->
<tr align="center">
<td height="50" colspan=2 class="tdstyle"><font color="#000000" size="3"><strong>数剧库备份</strong></font></td>
</tr>
<form action="AcDataDispose.asp?Action=Backup" method="post">
<tr>
<td height="120" class="tdstyle">
当前数据库路径:<input type=text size=35 name=DBpath value="<%=db%>"><BR>
备份数据库路径:<input type=text size=35 name=bkfolder value=../Databackup><BR>
<font color="#ff0000">·</font><font color="#808080">如目录不存在,将自动创建</font><BR>
备份数据库名称:<input type=text size=35 name=bkDBname value=<%=BackupName%>>
<input name="submit2" type=submit class=button value="备 份"><BR>
<font color="#ff0000">·</font><font color="#808080">如备份目录有该文件,将覆盖;如没有,将自动创建!</font></td>
<td class="text" height=23> 1.当前数据库<%=db%><br> 2.<B>不要用默认名称命名备份数据库</B><br> 3.所有路径都是空间根目录的相对路径</td>
</tr>
</form>
<tr align="center">
<td height="50" colspan=2 class="tdstyle"><font color="#000000" size="3"><strong>数剧库改名</strong></font></td>
</tr>
<form action="AcDataDispose.asp?Action=Rename&YzShopCartDataName=<%=Dataname%>" method="post">
<tr>
<td width="60%" height="30" class="tdstyle">
数据库改名: <input name="YzShopCartDataNameNew" value="<%=Dataname%>" size="38">
<input name="b12" type="submit" class=button value="改 名">
</td>
<td width="40%" class="text"> 请先备份数据库--发生意外时恢复! </td>
</tr>
</form>
<tr>
<td height="50" colspan=2 align="center" class="tdstyle"><strong><font color="#000000" size="3">数据库压缩</font></strong></td>
</tr>
<tr>
<form action="AcDataDispose.asp?Action=Compress" method="post">
<td class="tdstyle">
数据库压缩: <input name="dbpath" value="../Databackup\<%=BackupName%>" size="38">
<input name="b1" type="submit" class=button value="压 缩"><!--<BR><input type="checkbox" name="boolIs97" value="True">如果使用 Access 97 数据库请选择(默认为 Access 2000 数据库)<br>--></td></form>
<td height="60" class="text">
1.正在使用中的数据库不能压缩<br>
2.请选择备份数据库进行压缩操作</td>
</tr>
<tr>
<td height="50" colspan=2 align="center" class="tdstyle"><strong><font color="#000000" size="3">数据库恢复</font></strong></td>
</tr>
<tr>
<form action="AcDataDispose.asp?Action=Restore" method="post">
<td height="100" class="tdstyle">
备份数据库路径:<input type=text size=36 name=DBpath value="../DataBackup\<%=BackupName%>"><BR>
目标数据库路径:<input type=text size=36 name=backpath value="<%=db%>">
<input name="submit" type=submit class=button value="恢 复"><BR>
<font color="#ff0000">·</font><font color="#808080">目前备份数据库文件为DataBackup\<%=BackupName%></font><br> <font color="#ff0000">·</font><font color="#808080">请按照您的备份文件路径自行修改</font><br></td>
</form>
<td class="text" height=23><font color="#808080"> 恢复数据将会覆盖当前使用中的数据库,请慎重!</font></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -