To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58175
                  Issue #:|58175
                  Summary:|Database access error with MYSQL decimal fields
                Component:|Database access
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|seimet





------- Additional comments from [EMAIL PROTECTED] Sat Nov 19 11:35:08 -0800 
2005 -------
When trying to display the contents of a MYSQL table with a column of type
'decimal' OpenOffice reports

Unknown type '246 in column 0 0f 1 in binary-encoded result set'.


I can reproduce this with a simple table created and populated with:

----
CREATE TABLE test
(
    test_column decimal(6,2)
);
insert into test values('1.1');
----

My database is MYSQL 5.0.15.

---------------------------------------------------------------------
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]

Reply via email to