I am developing a C# application and could not find any details on backing up the database using C#. I would like to provide the users of the application ability to save a backup of the database in case of any data lose or any other type of failures such as Hard disk failure and so on.
I would really appreciate if someone could provide information on this issue. The specification of the system I am using is:
OS: Windows XP Pro/Windows Vista
DB: PostgreSQL
.Net Connection for C#: Npgsql
I would really appreciate if someone could help please, and also an example in C# would be brilliant as I am kind of new in C#, my background is mainly from Java.
Thanks in advance and I look for a solution.
I would really appreciate if someone could provide information on this issue. The specification of the system I am using is:
OS: Windows XP Pro/Windows Vista
DB: PostgreSQL
.Net Connection for C#: Npgsql
I would really appreciate if someone could help please, and also an example in C# would be brilliant as I am kind of new in C#, my background is mainly from Java.
Thanks in advance and I look for a solution.
Comment