To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72582
------- Additional comments from [EMAIL PROTECTED] Sun Aug 12 00:51:46 +0000
2007 -------
Addendum. It looks like definitely an issue with OO as stetting the JDBC driver
with the option compatible=7.4 which in turn sets the Stingtype to 'unspecified'
solves the issue. From the documentation for the JDBC Driver:
"stringtype = String
Specify the type to use when binding PreparedStatement parameters set via
setString(). If stringtype is set to varchar (the default), such parameters will
be sent to the server as varchar parameters. If stringtype is set to
unspecified, parameters will be sent to the server as untyped values, and the
server will attempt to infer an appropriate type. This is useful if you have an
existing application that uses setString() to set parameters that are actually
some other type, such as integers, and you are unable to change the application
to use an appropriate method such as setInt(). "
So it infers that OO is using SetString() incorrectly.
---------------------------------------------------------------------
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]