Try to do this. I hope this ca help you. CallableStatement callStmt=m_conn.prepareCall("{call ?:=test1(3) }"); callStmt.registerOutParameter(1,java.sql.Types.DOUBLE); ResultSet Rs=callStmt.executeQuery(); System.out.println("OUT "+callStmt.getDouble(1)); Omar Vera.
- Stored procedure mihai manuta
- Stored procedure Omar Diego Vera Ustariz
- Stored procedure Kevin Passey
- Re: Stored procedure N. Chen
- Re: Stored procedure Michael Duffy
- Re: Stored procedure Daniel Montero
- Re: Stored procedure Xavier Prélat
- Re: Stored procedure Michael Duffy
- Re: Stored procedure (RFI proposa... James Smith
- Re: Stored procedure (RFI pr... Michael Duffy
- Re: Stored procedure (RF... Vic Cekvenich
- RE: Stored procedure Kevin Passey