R Reny May 16, 2006 #1 Can any one help me out in how to take a backup of an MS Access programatically using VB.NET
J Jarek Andrzejewski May 16, 2006 #2 Can any one help me out in how to take a backup of an MS Access programatically using VB.NET Click to expand... Did you mean MDB file? You can just call System.IO.File.Copy(sourcepath, destinationpath)
Can any one help me out in how to take a backup of an MS Access programatically using VB.NET Click to expand... Did you mean MDB file? You can just call System.IO.File.Copy(sourcepath, destinationpath)