G
Guest
Hi
I have a VB.net windows application that uses an MSDE database
I need to give the user the option to backup this data (and later restore it). Ideally I want to back the data up to an empty Access 2000 database that contains the table structure
I know that I can do this by stepping through each record of each table in MSDE, inserting them into the correct Access table, but i recon this will take a long time and is not very efficient
Is there a way that i can use datasets to extract full tables of data at a time from MSDE and write them to Access
Or, is there a better way
I would be grateful of any suggestion
Thanks in advanc
I have a VB.net windows application that uses an MSDE database
I need to give the user the option to backup this data (and later restore it). Ideally I want to back the data up to an empty Access 2000 database that contains the table structure
I know that I can do this by stepping through each record of each table in MSDE, inserting them into the correct Access table, but i recon this will take a long time and is not very efficient
Is there a way that i can use datasets to extract full tables of data at a time from MSDE and write them to Access
Or, is there a better way
I would be grateful of any suggestion
Thanks in advanc