Large Database

mugman17

Registered User.
Local time
Today, 15:26
Joined
Nov 17, 2000
Messages
110
I have a large report that is generated off of several other subreports. Everytime I run this report, the system hangs for a bit ( I would guess because of the size of the report), and then everything works well. However, when I close out of the system. I notice that the size of the database goes from 5MB to 25MB after the report is ran. If I do it twice it balloons up to about 70MB. What is wrong?
 
Do your queries make tables while generating the report? If not you can set the db to Compact On Close which will eliminate the issue.
 

Users who are viewing this thread

Back
Top Bottom