Delphi用SQLDMO实现带进度条的SQL Server数据库备份!
unit Unit3; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,SQLDMO_TLB, StdCtrls, ComCtrls,comobj; type TForm3 = class(TForm) Button1: TButton; ProgressBar1: TProgressBar; procedure Button1Click(Sender: TObject);
下载地址
用户评论
不错,很有帮助,谢谢了
这个是假的 你在网站上面随便Copy下来就行了吗? 你自己试都不试试 你这只能备份 你的进度条在哪里显示 你试过吗?