Hi Frank, hi Ocke,

Java has a method registerOutParameter(int,int), which e.g. works with Oracle jdbc like registerOutParameter(1,OracleTypes.CURSOR).

Interface XOutParameters needs a third parameter typeName, which I tried with
registerOutParameter(1,com.sun.star.sdbc.DataType.REF,"oracle.jdbc.OracleTypes.REF").

"Invalid name pattern" is the answer from sdbc.

It's my first contact with stored procedures, so perhaps you can give me a hint how to handle this.

Regards

Peter


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

Reply via email to