Re: MS ADO Memory Leak FIX (at last??) for VB6
- From: "Mark J. McGinty" <mmcginty@xxxxxxxxxxxxxxx>
- Date: Wed, 11 Jan 2006 01:42:49 -0800
"Wire" <wire001@xxxxxxxxx> wrote in message
news:1136291786.890231.190940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi who has tried out the fix
> http://support.microsoft.com/default.aspx?kbid=308644
>
> Is this finaly the fix fot the long lasting memory leaks?
> who has any experiance with this fix.
> Im getting crazy from the current memory leaks
>
> Its also not possible to download the fix
The example shown in that article does not call Close on the recordset, no
wonder it leaks.
If, in your code you are allowing/causing the recordset to implicitly create
its connection (by setting ActiveConnection to a connection string instead
of a connection object) then you are setting-up another object leak. (The
recordset does not clean-up such connections automatically.)
-Mark
> regards
> Wire
>
.
- References:
- MS ADO Memory Leak FIX (at last??) for VB6
- From: Wire
- MS ADO Memory Leak FIX (at last??) for VB6
- Prev by Date: Re: SQL Server ADODB close connection timeout problem
- Next by Date: Navigating and updating with datagrid and adodc
- Previous by thread: MS ADO Memory Leak FIX (at last??) for VB6
- Next by thread: Re: Putting Dashes in Oracle Number format ?
- Index(es):
Relevant Pages
|
|