Results 1 to 3 of 3

Thread: [2005] File Backup

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2006
    Posts
    54

    Unhappy [2005] File Backup

    I wanna know how to perform file backup in asp.net i'm using vb.net as my page language and i'm trying to backup a whole access database file.

    I tried to do it in a simple download module (as in a link to the file) but it didnt work. help?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] File Backup

    Backup an Access database. Since Access databases are .MDB files, all you need to do is perform a copy to another location. Use System.IO.File.Copy() to copy the MDB to another location. It'd help if you renamed the file though, to a datewise format, such as mydatabase_2007-09-15.mdb

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2006
    Posts
    54

    Re: [2005] File Backup

    thanks mendhak i'll try it. i'll keep this thread open until the problem is resolved. thanks again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width