backup of an MS Access

  • Thread starter Thread starter Reny
  • Start date Start date
R

Reny

Can any one help me out in how to take a backup of an MS Access
programatically using VB.NET
 
Can any one help me out in how to take a backup of an MS Access
programatically using VB.NET

Did you mean MDB file? You can just call

System.IO.File.Copy(sourcepath, destinationpath)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top