To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56637
                  Issue #:|56637
                  Summary:|ServiceName property for an Image [LongVarBinary]
                          |field is probably not correct.
                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] Tue Oct 25 09:35:27 -0700 
2005 -------
I created a database that contained text and image datatypes. I noticed that I
can use the getObject() method on a ResultSet to get pretty much any data type.
I wanted to see what types were required, so I used:

Print oResultSet.getColumns().getByName("COMMENT").ServiceName
Print oResultSet.getColumns().getByName("IMAGE").ServiceName

The first example, returns "java.lang.String", which tells me that I probably
need to use java rather than Basic to use getObject(). The interesting thing is
that the Image field returned a ServiceName of "[B", which just seems wrong!

Probably a low priority.

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