home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1179 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.1 KB

  1. Path: sparky!uunet!iWarp.intel.com|inews!mipos2.intel.com!kortikar
  2. From: kortikar@mipos2.intel.com
  3. Newsgroups: comp.databases.oracle
  4. Subject: Problems in numeric fields. Possible SQL*FORMS 3.0 bug ?
  5. Message-ID: <12618@inews.intel.com>
  6. Date: 30 Jul 92 21:16:27 GMT
  7. Sender: news@inews.intel.com
  8. Reply-To: kortikar@mipos2.intel.com ()
  9. Organization: Microprocessor Component Group, Intel Corp., Santa Clara, CA
  10. Lines: 14
  11.  
  12. I am using SQL*FORMS 3.0.16.8.1 on AT&T unix. consider a default form 
  13.  
  14. If in a field of num(6,2) I enter value of 0.343434  and press commmit key.
  15. then I change any field in the record again then forms will give the message
  16. 'Record changed by another user.' message.
  17.  
  18. If I enter value with precision with 2 digits then everything works OK.
  19. the reason for bug appears to be -forms compares the value in its
  20. temporary workspace with value in database and since they do not tally 
  21. (becuaes temporary workspace has entire number and database image has rounded
  22. number ) gives the message that 'record changed by another user' Would some 
  23. Oracle personnel clarify this.
  24.  
  25. Aniruddha Kortikar (kortikar@mipos2.intel.com)
  26.