Ashank4vba
Programmer
Hello,
Please advise regarding this situation.
There is a back-end Oracle database from which I am planning to save data into an Access database for around 30 considerably big tables (~100,000 records each). The total size of the access database comes to 1.99 GB. I have to save this data everyday.
Since, the access database is big (for standards of MS Access), it seems to crash frequently. So, I would like to know if this is worth doing it this way and if so, which is the best way. Here are some ways that I can think of. Please feel free to add to this though.
1. Deleting the data in each Access table and then adding data to the table from the linked table.
2. Using a 'SELECT * INTO' type query to delete the old table and create a new table with the saved data everytime.
(I'm currently using this way since it is simpler, but the Access database crashes too often).
3. Finding the changed/new records in the linked table somehow and then making just those changes to the existing Access tables.
Please suggest a suitable solution.
Thank you very much.
-cheers
Arvind
Please advise regarding this situation.
There is a back-end Oracle database from which I am planning to save data into an Access database for around 30 considerably big tables (~100,000 records each). The total size of the access database comes to 1.99 GB. I have to save this data everyday.
Since, the access database is big (for standards of MS Access), it seems to crash frequently. So, I would like to know if this is worth doing it this way and if so, which is the best way. Here are some ways that I can think of. Please feel free to add to this though.
1. Deleting the data in each Access table and then adding data to the table from the linked table.
2. Using a 'SELECT * INTO' type query to delete the old table and create a new table with the saved data everytime.
(I'm currently using this way since it is simpler, but the Access database crashes too often).
3. Finding the changed/new records in the linked table somehow and then making just those changes to the existing Access tables.
Please suggest a suitable solution.
Thank you very much.
-cheers
Arvind