Database backup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dvp10
    New Member
    • Jan 2008
    • 10

    Database backup

    I ve developed a database in SQL server2005

    I want to backup that database using C#...
    For this i m using SQLDMO object..

    i ve successfully connected to database
    but i m getting an exception when i try to create an object of SQLDMO.BackupDe vice()

    what is the problem?
Working...