Menu

#462 Datatype ftWord always returns 0 with Field.Value or Field.AsVariant

8.0-Beta
closed
None
Bug Report
2020-11-24
2020-11-20
Mark Ford
No

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!

Discussion

  • EgonHugeist

    EgonHugeist - 2020-11-24
    • status: open --> closed
    • assigned_to: marsupilami79
     
  • EgonHugeist

    EgonHugeist - 2020-11-24

    Committed by Jan, thx for reporting it!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.