Click here to Skip to main content
15,900,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

i have a c# .net window service scheduler for automatic download database backup from ftp and then restore in client application.

Clients requirements are, he wants to see the status of database restore with date and time on his windows application.

So, How can be possible that?

Please help me.

Thanks in Advance.

Ankit Agarwal
Software Engineer
Posted
Comments
Ezra Neil 20-May-13 0:21am    
What have you tried? It is possible to do that.

1 solution

Hello Ankit,

You may find more on Backup() which satisfy your requirement.
C#
Backup bkp = new Backup();

You can find more details from here...
Backup() in C# winforms[^]

Thanks,
Imdadhusen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900