Have a vb6 application with an Access backend db (used only for storage).
Would like to do the following:
1. Export certain records from 12 tables into XML (have done this fine with ado.save <filename> adpersistxml).
These files would then be sent via email to some remote users who would need to then...
2. Using the application - Import the data from the 12 files into their local copy of the database.
Number 2 is where I would like some help and possibly some examples.
The databases on both ends are identical would just like the simplest way to write the VB6 code to do the import.
Thanks
Andy Baldwin
Would like to do the following:
1. Export certain records from 12 tables into XML (have done this fine with ado.save <filename> adpersistxml).
These files would then be sent via email to some remote users who would need to then...
2. Using the application - Import the data from the 12 files into their local copy of the database.
Number 2 is where I would like some help and possibly some examples.
The databases on both ends are identical would just like the simplest way to write the VB6 code to do the import.
Thanks
Andy Baldwin