Search found 3 matches
- 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...
- 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
- 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...