[dba-issues] [Issue 109327] PrepareCall not inplement ed ?

2010-02-16 Thread sos
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109327
 Issue #|109327
 Summary|PrepareCall not inplemented ?
   Component|Database access
 Version|OOO320m9
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|sos





--- Additional comments from s...@openoffice.org Tue Feb 16 12:38:41 + 
2010 ---
just trye to get this code working

Dim oCallableStatement as Object 'com.sun.star.sdbc.CallableStatement 
   If (Not GlobalScope.BasicLibraries.isLibraryLoaded(Tools)) Then 
  GlobalScope.BasicLibraries.LoadLibrary(Tools) 
   End If 

   oDBConnection = ConnectToDatabase( mysql_native, user, password ) 

   strSql =  call teststoredprocedure(?)
   oCallableStatement = oDBConnection.prepareCall( strSql ) ' trows the 
Exception that Prepareclall is not Implemented

  ' oCallableStatement.registerOutParameter( 1, MySQLTypes. ) 

   oCallableStatement.setString(1, stringparameter) 

   oCallableStatement.Execute() 

   ResultSet = oCallableStatement.getString( 2 ) 

   Print ResultSet 

End Sub

-
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


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109327] PrepareCall not inplement ed ?

2010-02-16 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109327


User atjensen changed the following:

What|Old value |New value

  CC|'sos' |'atjensen,sos'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Subcomponent|none  |MySQL Connector/OOo





--- Additional comments from atjen...@openoffice.org Tue Feb 16 18:17:27 
+ 2010 ---
checked w/ XP, OO.o 3.2, MySQL Connector 1.0 and 1.0.1_alpha

Confirmed

-
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


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org