ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBCustomDataSet.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBCustomDataSet.pas (file contents):
Revision 104 by tony, Thu Jan 18 14:37:29 2018 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 2079 | Line 2079 | var
2079    LocalBool: wordBool;
2080    LocalInt64: Int64;
2081    LocalCurrency: Currency;
2082  p: PRecordData;
2082    ColData: ISQLData;
2083   begin
2085  p := PRecordData(Buffer);
2084    LocalData := nil;
2085 <  with p^.rdFields[FieldIndex], FFieldColumns^[FieldIndex] do
2085 >  with PRecordData(Buffer)^.rdFields[FieldIndex], FFieldColumns^[FieldIndex] do
2086    begin
2087      QryResults.GetData(ColumnIndex,fdIsNull,fdDataLength,LocalData);
2088      if not fdIsNull then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines