Recent

Author Topic: Problem Reading Acces TODBC type data Single  (Read 2833 times)

eldonfsr

  • Sr. Member
  • ****
  • Posts: 447
Problem Reading Acces TODBC type data Single
« on: December 22, 2021, 01:53:37 am »
Hi i have a problem reading a access table  all fields show information but only 2 fields don't show me information always show 0 not real value it has, Pnqty witch is define as SINGLE, I read as float as integer as long integer but nothing show me information some idea what can happend.



Code: Pascal  [Select][+][-]
  1.         tsqlm.ParamByName('ppnqty').AsFloat  := TsqlOdbc.FieldByName('PNQty').AsFloat;
  2.          tsqlm.ParamByName('ppnqty2').AsFloat := TsqlOdbc.FieldByName('pnqty2').AsFloat;
thanks
     

 

TinyPortal © 2005-2018