資源簡介
用于操作數據庫備份還原的功能,將lib下的 dll文件 拷貝至 debug目錄 即可運行
原理:Interop.SQLDMO.dll實現
代碼片段和文件信息
//***************************************
//***???類名:LFDBSet?????????????????***
//***???功能:數據庫備份還原??????????***
//***???作者:李婉????????????????????***
//***???完成時間:2014-3-26???????????***
//***************************************
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?Microsoft.SqlServer;
using?System.Collections;
using?System.Configuration;
using?System.Data.SqlClient;
using?System.IO;
namespace?LFDBSet
{
????public?partial?class?frmDBSet?:?Form
????{
????????#region?“變量“
????????GetDoctorInfo.GetDoctorInfo?getdoctorinfo?=?null;//獲取醫生信息
????????LFMedicalPJ?.BusinessData?.Model?.YSXX?modelYsxx?=null?;//醫生信息
???????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-12-24?09:43??LFDBSet\
?????目錄???????????0??2014-12-24?09:43??LFDBSet\LFDBSet\
?????文件????????1111??2014-04-16?11:17??LFDBSet\LFDBSet.sln
?????文件???????24064??2014-12-29?09:29??LFDBSet\LFDBSet.suo
?????文件?????????256??2014-04-16?11:17??LFDBSet\LFDBSet.vssscc
?????文件?????????270??2014-09-16?15:07??LFDBSet\LFDBSet\App.config
?????目錄???????????0??2014-12-24?09:43??LFDBSet\LFDBSet\bin\
?????目錄???????????0??2014-12-24?09:43??LFDBSet\LFDBSet\bin\Debug\
?????文件????????4608??2014-03-31?16:49??LFDBSet\LFDBSet\bin\Debug\GetDoctorInfo.dll
?????文件??????950272??2014-12-29?09:28??LFDBSet\LFDBSet\bin\Debug\Interop.SQLDMO.dll
?????文件??????141824??2014-12-29?09:28??LFDBSet\LFDBSet\bin\Debug\LFCommon.dll
?????文件???????24064??2014-10-09?10:50??LFDBSet\LFDBSet\bin\Debug\LFDBSet.exe
?????文件?????????270??2014-09-16?15:07??LFDBSet\LFDBSet\bin\Debug\LFDBSet.exe.config
?????文件???????32256??2014-10-09?10:50??LFDBSet\LFDBSet\bin\Debug\LFDBSet.pdb
?????文件???????11608??2014-12-29?09:28??LFDBSet\LFDBSet\bin\Debug\LFDBSet.vshost.exe
?????文件?????????270??2014-09-16?15:07??LFDBSet\LFDBSet\bin\Debug\LFDBSet.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??LFDBSet\LFDBSet\bin\Debug\LFDBSet.vshost.exe.manifest
?????文件??????165376??2014-12-29?09:28??LFDBSet\LFDBSet\bin\Debug\LFSoft.Controls.dll
?????文件???????56832??2014-04-01?09:14??LFDBSet\LFDBSet\bin\Debug\LFSoft.DB.dll
?????文件????????6547??2014-04-08?09:35??LFDBSet\LFDBSet\bin\Debug\Message.xm
?????文件???????64288??2009-08-31?02:00??LFDBSet\LFDBSet\bin\Debug\Microsoft.Vbe.Interop.dll
?????文件?????????488??2014-12-29?09:28??LFDBSet\LFDBSet\bin\Debug\vssver2.scc
?????目錄???????????0??2014-12-24?09:43??LFDBSet\LFDBSet\bin\Release\
?????文件???????22505??2014-10-09?10:49??LFDBSet\LFDBSet\frmDBSet.cs
?????文件???????25942??2014-04-02?16:39??LFDBSet\LFDBSet\frmDBSet.Designer.cs
?????文件????????7463??2014-04-02?16:39??LFDBSet\LFDBSet\frmDBSet.resx
?????目錄???????????0??2014-12-24?09:43??LFDBSet\LFDBSet\Image\
?????目錄???????????0??2014-12-24?09:43??LFDBSet\LFDBSet\Ini\
?????文件??????????33??2014-03-31?18:26??LFDBSet\LFDBSet\Ini\Doctor.ini
?????文件?????????105??2014-04-16?11:17??LFDBSet\LFDBSet\Ini\vssver2.scc
?????文件????????6511??2014-09-16?15:07??LFDBSet\LFDBSet\LFDBSet.csproj
............此處省略38個文件信息
- 上一篇:asp 實現支付寶交易接口代碼
- 下一篇:ASP.net access案例開發
評論
共有 條評論