Search found 1 match

by crono81
09.05.2013, 18:50
Forum: ZeosLib 7.0 Stable Forum
Topic: TZTable establish a dbText type field with empty and non-NUL
Replies: 2
Views: 697

I found a workaround in the file ZDbcCache.pas in this function: function TZRowAccessor.GetAsciiStream(ColumnIndex: Integer; var IsNull: Boolean): TStream; var TempBlob: IZBlob; begin {$IFNDEF DISABLE_CHECKING} CheckColumnConvertion(ColumnIndex, stAsciiStream); {$ENDIF} TempBlob := GetBlobObject(FBu...