|
-
Sep 10th, 2007, 12:37 AM
#1
Thread Starter
Member
[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?
-
Sep 10th, 2007, 03:54 PM
#2
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
-
Sep 13th, 2007, 04:57 AM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|