I have been dropped into a project that has a VB application mining data from an Oracle database and writing it to an Access database.
The data is then taken from the Access database and writes performance reports to Excel spreadsheets.
The table that holds the bulk of the data now has over a million records in it.
Understand, bringing up one of these reports is very, very cumbersome to say the least but in addition, it appears the table is getting corrupted and has had to be rebuilt once already. Now the VB application is giving run-time errors when trying to write to the Access table.
Besides performance issues, are there limits to the number of records that Access can handle?
The data is then taken from the Access database and writes performance reports to Excel spreadsheets.
The table that holds the bulk of the data now has over a million records in it.
Understand, bringing up one of these reports is very, very cumbersome to say the least but in addition, it appears the table is getting corrupted and has had to be rebuilt once already. Now the VB application is giving run-time errors when trying to write to the Access table.
Besides performance issues, are there limits to the number of records that Access can handle?