To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55740
                  Issue #:|55740
                  Summary:|The table editor displays numeric and decimal numbers
                          |as doubles
                Component:|Database access
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|pitonyak





------- Additional comments from [EMAIL PROTECTED] Mon Oct 10 11:54:48 -0700 
2005 -------
I tested using 2.0RC2 on Windows XP Professional.

I created Numeric and Decimal fields that can display 50 characters with four
decimal places of accuracy. If I open the table for editing in the GUI and enter
the value 1234567890123456789, the displayed and stored value is
1234567890123460000.0000. I can set the value using SQL

  oResultSet = oStatement.executeQuery("update ""Numbers"" Set
""Number2""=1234567890123456789.1234 Where ID=3")

I can now retrieve the value 1234567890123456789.1234 using SQL, but this still
displays as 1234567890123460000.0000, even in the query designer.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to