CharlieMike73
Programmer
Hi,
Can someone please tell me how I can back up a MS Access D-Base where all the tables are Linked Tables (comming from an Oracle 8i Server).
What I need to do is use Access to just back up the data and table structure for all tables in that oracle instance.
However we are not able to use Oracle to do this because the table allocations are set for future growth and we don't want to back the unused space up at this time (Oracle Admins will understand this - other people need not worry about it).
Brief:
We have an oracle server that holds all the tables and data,
we then have a MS Access DB that we use as a front end.
I want to copy all the linked tables from the Access Front End to a new Access Database that will be used for backup storage only.
The backup table must containe all the data locally (i.e. copy all tables and data from the Oracle Server and store it in the Access DB).
There are over 150 tables so doing a select * from <table name> and saving it as a 'Make Table' query is not really an option because then i either have to have over 150 Backup queries in the Front End - or I have to recreate them each time.
There has to be a way, I only ask that one of you who knows shares this knowledge with me and save me having to do the above mentioned practise.
I tried Export, and saved the results to a new DB, but this just exported the linked tables instead of making them local tables.
(
Regards,
Charlie
Can someone please tell me how I can back up a MS Access D-Base where all the tables are Linked Tables (comming from an Oracle 8i Server).
What I need to do is use Access to just back up the data and table structure for all tables in that oracle instance.
However we are not able to use Oracle to do this because the table allocations are set for future growth and we don't want to back the unused space up at this time (Oracle Admins will understand this - other people need not worry about it).
Brief:
We have an oracle server that holds all the tables and data,
we then have a MS Access DB that we use as a front end.
I want to copy all the linked tables from the Access Front End to a new Access Database that will be used for backup storage only.
The backup table must containe all the data locally (i.e. copy all tables and data from the Oracle Server and store it in the Access DB).
There are over 150 tables so doing a select * from <table name> and saving it as a 'Make Table' query is not really an option because then i either have to have over 150 Backup queries in the Front End - or I have to recreate them each time.
There has to be a way, I only ask that one of you who knows shares this knowledge with me and save me having to do the above mentioned practise.
I tried Export, and saved the results to a new DB, but this just exported the linked tables instead of making them local tables.
Regards,
Charlie