Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Memory Leak with Dynaset in VB

Memory Leak with Dynaset in VB

From: Terence <cswkw97_at_engsvr.ust.hk>
Date: 1998/02/07
Message-ID: <34DB3D48.F4D7C674@engsvr.ust.hk>#1/1

Hi all,

        I have a problem with ORA-12571 error and suspect that there is a memory leak with dynaset in VB5 with OLE2.2 in Win95.

        The problem is that when I create dynaset (OraDynaset object), it occupied about 4K memory. then I use fields (OraField object) to associate the fields retrieved (e.g. set MyField= MyDynaset.Fields("abc")).
Finally, i close them and set them to nothing, but the memory isn't released.

Is any memory leak with dynaset in VB or problem with win95?

thanks a lot

Terence Received on Sat Feb 07 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US