ASP备份数据库

2016-01-29 18:31 4 1 收藏

ASP备份数据库,ASP备份数据库

【 tulaoshi.com - ASP 】

  文件1:BackupDB.asp

<%@ Language=VBScript %
<HTML
<HEAD
<META name=VI60_defaultClientScript content=VBScript
<META NAME="GENERATOR" Content="Microsoft FrontPage 4.0"
<SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript
<!--

Sub btnbak_onclick
if frmbak.txtsvr.value="" then
window.alert("'Server Name' is empty!")
frmbak.txtsvr.focus
exit sub
end if
if frmbak.txtuid.value="" then
window.alert("'Administrators' is empty!")
frmbak.txtuid.focus
exit sub
end if
if frmbak.txtdb.value="" then
window.alert("'Database' is empty!")
frmbak.txtdb.focus
exit sub
end if
if frmbak.txtto.value="" then
window.alert("'Backup To' is empty!")
frmbak.txtto.focus
exit sub
end if
frmbak.submit
End Sub

--
</SCRIPT
<link rel="stylesheet" href="../../sheets/B2BStyle.css"
</HEAD
<form action="backupdbsave.asp" method="post" id=frmbak name=frmbak
<body class="bg_frame_up"
<p class=heading Database -- Backup</p
<P align=center
<div align="center"
<center
<table width="60%" cellpadding=1 cellspacing=1 border=0 align=center
<tr
<td class=TD_Mand_FN align="center" height="35" width="40%"Server Name:</td
<td class=TD_Mand_F height="35" width="59%"  
<INPUT id=txtsvr name=txtsvr size="20" style="font-family: Arial; font-size: 9pt"</td
</tr
<tr
<td class=TD_Mand_FN align="center" height="35" width="40%"Administrators:</td
<td class=TD_Mand_F height="35" width="59%"  
<INPUT id=txtuid name=txtuid size="20" style="font-family: Arial; font-size: 9pt"</td
</tr
<tr
<td class=TD_Mand_FN align="center" height="35" width="40%"Password:</td
<td class=TD_Mand_F height="35" width="59%"  
<INPUT id=txtpwd name=txtpwd type=password style="font-family: Arial; font-size: 9pt"</td
</tr
<tr
<td class=TD_Mand_FN align="center" height="35" width="40%"Database:</td
<td class=TD_Mand_F height="35" width="59%"
<p align="left"
<INPUT id=txtdb name=txtdb size="20" style="font-family: Arial; font-size: 9pt"</p
</td
</tr

<td class=TD_Mand_FN align="center" height="35" width="40%"Backup To:<br
<u(Server Path)</u</td
<td class=TD_Mand_F height="35" width="59%"  
<input id=txtto name=txtto style="font-family: Arial; font-size: 9pt"</td
</tr
</table
</center </div
<p align=center<input id=btnbak name=btnbak type=button value="Start Backup" style="font-family: Arial; font-size: 9pt"</p
</body
</form
</HTML


文件2:BackupDBSave.asp

<%@ Language=VBScript %
<%
dim msvr,muid,mpwd,mdb,mto
msvr=Request.Form("txtsvr")
muid=Request.Form("txtuid")
mpwd=Request.Form("txtpwd")
mdb=Request.Form("txtdb")
mto=Request.Form("txtto")
if mpwd="" then mpwd="''"

on error resume next
set dmosvr=server.CreateObject("SQLDMO.SQLServer")
dmosvr.connect msvr,muid,mpwd

if err.number0 then Respo

来源:http://www.tulaoshi.com/n/20160129/1506207.html

延伸阅读
利用下面的列出的技巧来确保你不会在每周一次的数据库备份过程中忘记关键步骤。 每周一次备份主数据库。如果你创建、修改或者停止一个数据库,添加新的SQL Server消息,添加或者停止连接服务器,或者添加记录设备,那就进行手工备份。 每天备份一次msdb数据库。它一般非常小,但很重要,因为它包含了所有的SQL Server工作、操作...
相信为数不少的系统管理员每天都在做着同一样的工作——对数据进行备份。一旦哪一天疏忽了,而这一天系统又恰恰发生了故障,需要进行数据恢复,那么此时就无能为力了。假如每天设定一个固定的时间,系统自动进行备份,那该多好啊!下面笔者结合实践经验,谈一谈UNIX环境下Oracle数据库的自动备份,以起到抛砖引玉的作用。 我们计划让数...
标签: PHP
转自:http://www1.blog.163.com/article/-Bov-01EjrIa.html<?php  set_time_limit(36000);   $orders = 9; //目标表序号   $dbNames = array("seeditbbs","seedblog"); //备份多库  $con = mysql_connect("localhost","root","h67g4n9s8l"); //h67g4n...
< %@ Import Namespace="System.Data" % <%@ Import Namespace="System.Data.SQL" % <html < script language="C#" runat="server" '声明C# public DataSet dsCustomer; protected void Page_Load(Object Src, EventArgs E ) { '当打开页面时联结数据库 SQLConnection myConnection = new SQLConnection ("server=sql2....
iPhone备份数据怎么迁移   iPhone数据怎么迁移到新iPhone6S?哪怕你的 iPhone 6s 还没有到手,你也可以按本文中提供的方法,做好提前准备工作,这样你收到新款 iPhone 后就可以更加快速地完成数据迁移了。当然,由于 iPhone 6s 默认预装 iOS 9 系统,所以为了保持数据的一致性,建议在开始之前,也将老款设备升级到 iOS 9。 理...

经验教程

102

收藏

33

精华推荐

ASP访问INTERBASE数据库

ASP访问INTERBASE数据库

07ri2m0q4o2

备份PostgreSQL和MySQL数据库

备份PostgreSQL和MySQL数据库

訅中屹

Sql Sever数据库自动备份

Sql Sever数据库自动备份

喂_我想逃

微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部