[dba-issues] [Issue 56643] setBinaryStream fails for a prepared statement.
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56643 User atjensen changed the following: What|Old value |New value Status|VERIFIED |CLOSED --- Additional comments from [EMAIL PROTECTED] Sun Aug 10 18:42:45 + 2008 --- checked w/2.4.1, xp closing - 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]
[dba-issues] [Issue 56643] setBinaryStream fails for a prepared statement.
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56643 User mechtilde changed the following: What|Old value |New value Status whiteboard| |dba24d - 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]
[dba-issues] [Issue 56643] setBinaryStream fails for a prepared statement.
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56643 User msc changed the following: What|Old value |New value Status|RESOLVED |VERIFIED --- Additional comments from [EMAIL PROTECTED] Mon Dec 10 13:00:32 + 2007 --- verified in CWS dba24d find more information about this CWS, like when it is available in the master builds, in EIS, the Environment Information System: http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24d - 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]
[dba-issues] [Issue 56643] setBinaryStream fails for a prepared statement.
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56643 User oj changed the following: What|Old value |New value Assigned to|oj|msc --- Additional comments from [EMAIL PROTECTED] Mon Dec 3 08:18:48 + 2007 --- Please verify. Thanks. - 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]
[dba-issues] [Issue 56643] setBinaryStream fails for a prepared statement.
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56643 User oj changed the following: What|Old value |New value Status|NEW |RESOLVED Resolution| |FIXED Target milestone|OOo Later |OOo 2.4 --- Additional comments from [EMAIL PROTECTED] Fri Nov 9 13:33:16 + 2007 --- Fixed in cws dba24d. Simple fix. :-) - 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]
[dba-issues] [Issue 56643] setBinaryStream fails for a prepared statement.
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56643 User msc changed the following: What|Old value |New value Assigned to|dbaneedsconfirm |oj Target milestone|--- |OOo Later --- Additional comments from [EMAIL PROTECTED] Mon Feb 6 06:23:51 -0800 2006 --- Hi, I can reproduce this, reassign it to the right developer and set target. - inside a form document I create a new macro Sub Main oDB = ThisComponent.getParent().DataSource oCon = oDB.getConnection("","") oStatement = oCon.PrepareStatement( "insert into images (image) values (?)" ) oSimpleFileAccess = createUnoService("com.sun.star.ucb.SimpleFileAccess") oStream = oSimpleFileAccess.openFileRead("/localuser/qamsc/blah.png") Dim oData() Dim lLen As Long lLen = oStream.getLength() ReDim oData(0 To lLen-1) oStream.readBytes(oData(), lLen) oStatement.setBinaryStream(1, oStream, oStream.getLength()) End Sub - when I start the macro I get the error messages Invalid argument in JDBC call : input stream is null bye Marc - 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]