In the function TZAbstractRODataset.GetFieldData the line:
ftWord: FResultSet.GetWord(ColumnIndex);
should be something like (I'm guessing but my testing works):
ftWord: PWord(Buffer)^ := FResultSet.GetWord(ColumnIndex);
Thanks!
Committed by Jan, thx for reporting it!
Log in to post a comment.
Committed by Jan, thx for reporting it!