MDW Bloat?

B

Brian

Hi,
Can someone tell me what the MDW file actually does?
I have a FE/BE app and my own MDW file and I notice that at some of my
clients it rapidly grows to 10-15MB. I can compact it to 150KB but it just
grows again. There would be about 10-15 people using my app concurrently.

Thanks
Brian
 
J

Joan Wild

I wouldn't worry about it. The mdw is just another mdb - it will bloat like
any other mdb.
 
B

Brian

Ms Wild,
The app does startup faster after it's compacted. The mdb does not bloat
anywhere as much. What goes into the mdw other than the username and
password? Anything that I might be doing in my app that makes it bloat?
Regards
Brian
 
J

Joan Wild

Brian said:
Ms Wild,
The app does startup faster after it's compacted. The mdb does not
bloat anywhere as much. What goes into the mdw other than the
username and password? Anything that I might be doing in my app that
makes it bloat?

I don't believe so. I found that it would bloat to a certain size, and then
stay at that size.

Just compact it periodically.
 
T

TC

Presumeably you are not creating or deleting users or groups through
code (createuser etc.) ?

TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top