Search found 2 matches
- 31.05.2010, 03:50
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZDbcOracleResultSet ReadBlob is NOT worked. Lazarus
- Replies: 3
- Views: 644
Hi, Do you know the reason why there's a difference between Delphi and FPC handling? Doesn't Delphi need GetSizeAtmpLast? Mark Hi, Mark. The method GetSizeAtmpLast it is necessary for Delphi. But I don't use Delphi, I use FreePascal and rewrited the ReadBlob method under the project. Maybe you can ...
- 21.05.2010, 05:49
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZDbcOracleResultSet ReadBlob is NOT worked. Lazarus
- Replies: 3
- Views: 644
ZDbcOracleResultSet ReadBlob is NOT worked. Lazarus
Problem 1.Original procedure ReadBlob from ZDbcOracleResultSet is not worked with CLOB data where length higher some ~4Kb. Error:OCI_NEED_DATA Lazarus.Oracel 9i. NLS_LANG=RUSSIAN_CIS.UTF8 revision 807 from trunk But, my procedure is worked: procedure TZOracleBlob.ReadBlob; const MemDelta = 1 shl 12;...