Search found 3 matches

by codegen6797
13.12.2005, 19:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maybe memory leak when using DbcConnection.CreateStatement
Replies: 2
Views: 750

OK, I've figured it out. There is no memory leak here. No wonder I could not see it using the debugging tools, since the code that cleans the resources is in the System unit. The TZAbstractResultSet, TZAbstractStatement are descendants of TInterfacedObject. TInterfacedObject implements the IInterfac...
by codegen6797
13.12.2005, 02:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maybe memory leak when using DbcConnection.CreateStatement
Replies: 2
Views: 750

Sorry about the bad formating. I thought that the code tags only bold and color
the text.
by codegen6797
13.12.2005, 02:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maybe memory leak when using DbcConnection.CreateStatement
Replies: 2
Views: 750

Maybe memory leak when using DbcConnection.CreateStatement

Hi, all. First let's say ZeosLib is a wonderfull product. I've been examining the code of the library and I'am a little bit confused. I want to use TZAbstractStatement and TZAbstractResultSet descendants in my application. The ZeosLib makes havy use of interfaces. The question: Will the folowing cod...