memory leak

M

Maaike

I have recently discovered that I have a memory leak in my database. I grows pretty fast which forces me to compact it often. In all my code I close the recordsets when I don't need them anymore. I have no idea where this leak is. Does anyone have tips of how to prevent this?
 
Top