M
Mike P
I am debugging VB and need to keep my data safe. Is there a way I can export
all of the data in all of the tables in the database from a program. Then,
when I am done debugging, pull all the data back into the access program i am
writting?
Pseudo code:
unload (or copy) all data in all tables to an external location
debug program which will corrupt the current data in the program
delete all the data in program that has been corrupted during debugging
process
reload the data from the external source that was exported.
I have about 50 tables, so I'd like to just write a loop in code that will
do this. Any ideas and some sample code would be greatly appreciated!
Thanks,
Mike P.
all of the data in all of the tables in the database from a program. Then,
when I am done debugging, pull all the data back into the access program i am
writting?
Pseudo code:
unload (or copy) all data in all tables to an external location
debug program which will corrupt the current data in the program
delete all the data in program that has been corrupted during debugging
process
reload the data from the external source that was exported.
I have about 50 tables, so I'd like to just write a loop in code that will
do this. Any ideas and some sample code would be greatly appreciated!
Thanks,
Mike P.