Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,

My application is having MS-Access database and i want to give the data backup option of my application database, But for only selected tables in my database.
How i can do this??
Thanks in Advance. :-)
Posted
Updated 29-Aug-11 0:59am
v2
Comments
DaveAuld 29-Aug-11 7:18am    
What format do you want the back up to be in? another db, xml, txt?

1 solution

Backing up "only selected tables" is a poor backup strategy. Since the entire database is located in one MBD file, your best strategy is just to copy the file to a different location.
 
Share this answer
 
Comments
saj_21 29-Aug-11 7:33am    
yes, you are right but i want only selected tables, not whole database. Is it possible?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900