We are using a C application which receives real time data and then use ODBC to update several large Access tables with inserts (with several hundred thousand rows), and deleting and rebuilding a few other smaller tables (less than 1000 rows). The database is being compacted daily which is reducing it from 900 meg to 45 meg.
We have tried various combinations of openning and not openning the database between updates, but it does not seem to matter. Updates can occur every few minutes. We are new to ODBC and while the application seems to be working OK, the database growth is a real problem.
Is there a utility or way of knowing which table(s) may be causing the database to grow so fast? We are using Access 97.
Thanks for any help.
We have tried various combinations of openning and not openning the database between updates, but it does not seem to matter. Updates can occur every few minutes. We are new to ODBC and while the application seems to be working OK, the database growth is a real problem.
Is there a utility or way of knowing which table(s) may be causing the database to grow so fast? We are using Access 97.
Thanks for any help.