<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I have a "fairly" simple test script that appears to exhibit a memory
leak when using ADO to insert rows in a SQL Server database via a
persistent connection.<br>
<br>
Memory requirements monotonically increase with time (apparently in 4k
increments).<br>
<br>
I'm using python 2.4.1,&nbsp; win32com (pywin32 build 209), and MS Windows
XP with all current updates.<br>
<br>
Has anyone else seen this behavior?<br>
<br>
Any thoughts about where the problem may be?<br>
<br>
Thanks,<br>
-- jv<br>
<br>
P.S.<br>
Earlier tests showed that:<br>
<ul>
  <li>simply maintaining a persistent connection (for 24 hours) is not
the cause</li>
  <li>maintaining an active connection and the insert command object
are not the cause</li>
</ul>
<br>
</body>
</html>