?? acdatamanage.asp
字號(hào):
<!--#include file="../Session.asp"-->
<html>
<head>
<title>管理數(shù)據(jù)庫</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>數(shù)劇庫備份</strong></font></td>
</tr>
<form action="AcDataDispose.asp?Action=Backup" method="post">
<tr>
<td height="120" class="tdstyle">
當(dāng)前數(shù)據(jù)庫路徑:<input type=text size=35 name=DBpath value="<%=db%>"><BR>
備份數(shù)據(jù)庫路徑:<input type=text size=35 name=bkfolder value=../Databackup><BR>
<font color="#ff0000">·</font><font color="#808080">如目錄不存在,將自動(dòng)創(chuàng)建</font><BR>
備份數(shù)據(jù)庫名稱:<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">如備份目錄有該文件,將覆蓋;如沒有,將自動(dòng)創(chuàng)建!</font></td>
<td class="text" height=23> 1.當(dāng)前數(shù)據(jù)庫<%=db%><br> 2.<B>不要用默認(rèn)名稱命名備份數(shù)據(jù)庫</B><br> 3.所有路徑都是空間根目錄的相對(duì)路徑</td>
</tr>
</form>
<tr align="center">
<td height="50" colspan=2 class="tdstyle"><font color="#000000" size="3"><strong>數(shù)劇庫改名</strong></font></td>
</tr>
<form action="AcDataDispose.asp?Action=Rename&YzShopCartDataName=<%=Dataname%>" method="post">
<tr>
<td width="60%" height="30" class="tdstyle">
數(shù)據(jù)庫改名: <input name="YzShopCartDataNameNew" value="<%=Dataname%>" size="38">
<input name="b12" type="submit" class=button value="改 名">
</td>
<td width="40%" class="text"> 請(qǐng)先備份數(shù)據(jù)庫--發(fā)生意外時(shí)恢復(fù)! </td>
</tr>
</form>
<tr>
<td height="50" colspan=2 align="center" class="tdstyle"><strong><font color="#000000" size="3">數(shù)據(jù)庫壓縮</font></strong></td>
</tr>
<tr>
<form action="AcDataDispose.asp?Action=Compress" method="post">
<td class="tdstyle">
數(shù)據(jù)庫壓縮: <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 數(shù)據(jù)庫請(qǐng)選擇(默認(rèn)為 Access 2000 數(shù)據(jù)庫)<br>--></td></form>
<td height="60" class="text">
1.正在使用中的數(shù)據(jù)庫不能壓縮<br>
2.請(qǐng)選擇備份數(shù)據(jù)庫進(jìn)行壓縮操作</td>
</tr>
<tr>
<td height="50" colspan=2 align="center" class="tdstyle"><strong><font color="#000000" size="3">數(shù)據(jù)庫恢復(fù)</font></strong></td>
</tr>
<tr>
<form action="AcDataDispose.asp?Action=Restore" method="post">
<td height="100" class="tdstyle">
備份數(shù)據(jù)庫路徑:<input type=text size=36 name=DBpath value="../DataBackup\<%=BackupName%>"><BR>
目標(biāo)數(shù)據(jù)庫路徑:<input type=text size=36 name=backpath value="<%=db%>">
<input name="submit" type=submit class=button value="恢 復(fù)"><BR>
<font color="#ff0000">·</font><font color="#808080">目前備份數(shù)據(jù)庫文件為DataBackup\<%=BackupName%></font><br> <font color="#ff0000">·</font><font color="#808080">請(qǐng)按照您的備份文件路徑自行修改</font><br></td>
</form>
<td class="text" height=23><font color="#808080"> 恢復(fù)數(shù)據(jù)將會(huì)覆蓋當(dāng)前使用中的數(shù)據(jù)庫,請(qǐng)慎重!</font></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -