home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8852 < prev    next >
Encoding:
Text File  |  1993-01-06  |  851 b   |  22 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!mcsun!sun4nl!freya.let.rug.nl!welling
  3. From: welling@let.rug.nl (George Welling)
  4. Subject: Re: HELP - HELP : CLIPPER BUG ???!!
  5. Message-ID: <1993Jan6.135035.2383@let.rug.nl>
  6. Followup-To: Clipper-Bug 
  7. Keywords: Clipper
  8. Sender: George Welling (welling@let.rug.nl)
  9. Nntp-Posting-Host: tyr.let.rug.nl
  10. Organization: Faculteit der Letteren, Rijksuniversiteit Groningen, NL
  11. References: <1993Jan5.160516.1@urc.tue.nl> <1993Jan6.104331.27658@crc.ac.uk>
  12. Date: Wed, 6 Jan 1993 13:50:35 GMT
  13. Lines: 7
  14.  
  15. This is not a special Clipper bug. Comparing the results of transactions with
  16. REAL's is always a problem, since REAL's are represented as approximations in 
  17. binary format. You can only make good comparisons with INTEGERS. You could
  18. solve your problem by multiplying all figures by 100 and then treat them as
  19. INTEGERS.
  20.  
  21.  
  22.