Search found 4 matches

by ymarenne
03.03.2011, 16:13
Forum: 6.6 - stable
Topic: Problem with Oracle CLOB field
Replies: 8
Views: 1411

Thanks for the patch

It works well on my intallation to

Yves
by ymarenne
03.09.2009, 11:31
Forum: User Patches
Topic: [patch_done] Patch for TZOracleBlob.ReadBlob
Replies: 3
Views: 1294

The procedure is located on ZDbcOracleResultSet.pas file procedure TZOracleBlob.ReadBlob; var Status: Integer; Buffer: array[0..1024] of Char; ReadNum, Offset: ub4; ReadStream: TMemoryStream; Connection: IZOracleConnection; begin if not Updated and (FLobLocator <> nil) and (BlobData = nil) and (not ...
by ymarenne
02.09.2009, 14:22
Forum: User Patches
Topic: [patch_done] Patch for TZOracleBlob.ReadBlob
Replies: 3
Views: 1294

[patch_done] Patch for TZOracleBlob.ReadBlob

Hello,

I have a memory leak when i read a lob field on oracle

To fix the leak, I have add

Code: Select all

ReadStream.Free;


at the end of the procedure
by ymarenne
02.09.2009, 14:10
Forum: 6.6 - stable
Topic: Problem with Oracle CLOB field
Replies: 8
Views: 1411

Hello,

I have the same problem... but if I don't call the RecordCount property of the Query or if I call MyQuery.Refresh just after RecourdCout, the value of the Lob is correct.

My environment:
- Oracle 10.2.0.4
- ZEOS 6.6.5
- Delphi 2006