I have a database (db) that was 56 000 k and when I win zipped i. it compressed to 5 200 K
I then generated two local tables that expanded the database to 950 000 K. I fear that the Db could top 2 G.
I deleted all the lines of these two tables using delete queries then compressed (compacted) the db, but I still got the same size of 950 000 K, and when zipped the win zip size was reduced to on 56 000 K. This size is far too large. What can I do to get the db to a smaller size.
Richard