To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113436





------- Additional comments from atjen...@openoffice.org Tue Jul 27 05:37:03 
+0000 2010 -------
@jgsylvester Just looking at the basic code it appears that you are getting
confused between the setDate function on a date field and setDate for a
PreparedStatement date parameter. The later expects the date parameter to be a
db date structure - the details can be found in the developer guide API 
reference:

http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XParameters.html#setDate

or

try using a setString with the format 'YYYY-MM-DD'

and 

If you have any questions on using the parameter date structure please drop by
the user.services.openoffice.org forum or the user mailing list.



---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org

Reply via email to