J
JimS
I'm not careful to close and/or set objects to "nothing" when using ADO or
the Excel object model from inside Access forms using vba. What symptoms can
result from this lazy behavior? I have had some very strange things happen,
and I can't understand them. I seem to be able to fix them only by a cold
reboot....thus my suspicion about memory leaks.
FYI, most forms are short-lived, as are the objects (recordsets,
connections, etc.) The form using them is closed within minutes. I would
assume that an object created by a form class would deallocate all its
resources when the class is closed... Am I wrong about this?
the Excel object model from inside Access forms using vba. What symptoms can
result from this lazy behavior? I have had some very strange things happen,
and I can't understand them. I seem to be able to fix them only by a cold
reboot....thus my suspicion about memory leaks.
FYI, most forms are short-lived, as are the objects (recordsets,
connections, etc.) The form using them is closed within minutes. I would
assume that an object created by a form class would deallocate all its
resources when the class is closed... Am I wrong about this?