ACCESS數(shù)據(jù)庫的壓縮、備份、還原、下載以及刪除數(shù)據(jù)的實現(xiàn)方法

本篇內(nèi)容介紹了“ACCESS數(shù)據(jù)庫的壓縮、備份、還原、下載以及刪除數(shù)據(jù)的實現(xiàn)方法”的有關(guān)知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!

成都創(chuàng)新互聯(lián)公司專注于企業(yè)全網(wǎng)營銷推廣、網(wǎng)站重做改版、麻栗坡網(wǎng)站定制設(shè)計、自適應(yīng)品牌網(wǎng)站建設(shè)、H5建站、商城網(wǎng)站制作、集團公司官網(wǎng)建設(shè)、外貿(mào)網(wǎng)站建設(shè)、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁設(shè)計等建站業(yè)務(wù),價格優(yōu)惠性價比高,為麻栗坡等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。

復(fù)制代碼 代碼如下: 

<html> <head> <metahttp-equiv="Content-Language"content="zh-cn"> <metahttp-equiv="Content-Type"content="text/html;charset=gb2312"> <title>數(shù)據(jù)庫管理</title> </head> <body> <divalign=center>數(shù)據(jù)庫管理系統(tǒng)</div> <br> <br> <palign="center"> <% DimZC_DATABASE_PATH '數(shù)據(jù)庫的路徑 ZC_DATABASE_PATH="database/data.mdb" data_array=Split(ZC_DATABASE_PATH,"/") Dimaction action=trim(request("action")) Dimdbpath,bkfolder,bkdbname,fso,fso1 SelectCaseaction Case"" Callchushihua() Case"CompressData"'壓縮數(shù)據(jù) Dimtmprs dimallarticle dimMaxid dimtopic,username,dateandtime,body callCompressData() case"BackupData"'備份數(shù)據(jù) ifrequest("act")="Backup"Then callupdata() else callBackupData() endIf case"RestoreData"'恢復(fù)數(shù)據(jù) dimbackpath ifrequest("act")="Restore"Then Dbpath=request.form("Dbpath") backpath=request.form("backpath") ifdbpath=""Then response.write"PleaseinputyourdatabasewholeName" else Dbpath=server.mappath(Dbpath) endIf backpath=server.mappath(backpath) SetFso=server.CreateObject("scripting.filesystemobject") iffso.fileexists(dbpath)Then fso.copyfileDbpath,Backpath response.write"數(shù)據(jù)庫被成功還原!<br>" else response.write"沒找到您所需要的數(shù)據(jù)庫!" endIf else callRestoreData() endIf Case"SpaceSize"'系統(tǒng)空間占用 callSpaceSize() Case"deletebackup" Dimdbname dbpath=Request.QueryString("dbpath") dbname=Request.QueryString("dbname") dbpath=Server.MapPath(dbpath) dbpath=dbpath&"\"&dbname setfso=CreateObject("Scripting.FileSystemObject") Iffso.FileExists(dbPath)Then fso.DeleteFile(DBPath) Setfso=nothing response.write"<br>您備份的數(shù)據(jù)庫已經(jīng)"&dbpath&"被成功刪除!<br><br><ahref=""data_s.asp"">返回..</a>" Else response.writedbpath response.write"<br>輸入的路徑錯誤,請確認(rèn)后重新輸入!<br><br><ahref=""data_s.asp"">返回..</a>" EndIf CaseElse EndSelect %> </div> <% response.write"</body></html>" Subchushihua() %> <divalign=center> <formid="edit"> <br/> <ahref="?action=CompressData">[壓縮數(shù)據(jù)庫]</a> <br/><br/><ahref="?action=BackupData">[備份數(shù)據(jù)庫]</a> <br/><br/><ahref="?action=RestoreData">[還原數(shù)據(jù)庫]</a> <br/><br/><ahref="?action=SpaceSize">[系統(tǒng)空間占用]</a> <br/><br/> </form> </div> <%endsub%> <% '====================系統(tǒng)空間占用======================= SubSpaceSize() OnErrorResumeNext %> <divalign=center> <divalign=center> 系統(tǒng)空間查看 <br/><br/> <formid="edit"> <br> 數(shù)據(jù)庫:<%showSpaceinfo("../"&data_array(1)&"")%><br><br> 備份數(shù)據(jù)庫:<%showSpaceinfo("databackup")%><br><br> 系統(tǒng)總共:<%showSpaceinfo("/")%> <br><br> </form> </div> <br> <br> <br> <ahref="data_s.asp">返回...</a> </div> <% EndSub %> <%SubShowSpaceInfo(drvpath) dimfso,d,size,showsize setfso=server.CreateObject("scripting.filesystemobject") drvpath=server.mappath(drvpath) setd=fso.getfolder(drvpath) size=d.size showsize=size&"Byte" ifsize>1024Then size=(Size/1024) showsize=size&"KB" endIf ifsize>1024Then size=(size/1024) showsize=formatnumber(size,2)&"MB" endIf ifsize>1024Then size=(size/1024) showsize=formatnumber(size,2)&"GB" endIf response.write"<fontface=verdana>"&showsize&"</font>" EndSub %> <% SubRestoreData() %> <divalign=center> <divalign=center> <br/><...

“ACCESS數(shù)據(jù)庫的壓縮、備份、還原、下載以及刪除數(shù)據(jù)的實現(xiàn)方法”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識可以關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實用文章!

分享題目:ACCESS數(shù)據(jù)庫的壓縮、備份、還原、下載以及刪除數(shù)據(jù)的實現(xiàn)方法
當(dāng)前網(wǎng)址:http://bm7419.com/article46/geepeg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計公司、商城網(wǎng)站移動網(wǎng)站建設(shè)、網(wǎng)站設(shè)計、關(guān)鍵詞優(yōu)化企業(yè)網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都做網(wǎng)站