j调用oracle的存储过程_Oracle数据库_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

j调用oracle的存储过程

作者:黑客防线网安Oracle维护基地 来源:黑客防线网安Oracle维护基地 浏览次数:0

黑客防线网安网讯:假定存储过程名字为 sp_yourprocedurename,有两个参数CallableStatement cstmt = con.prepareCall("{call sp_yourprocedurename(?,?}");cstmt.registerOutparameter(2,java.sql.Types.FLOA...

假定存储过程名字为 sp_yourprocedurename有两个参数

CallableStatement cstmt = con.prepareCall("{call sp_yourprocedurename(?,?}");
cstmt.registerOutparameter(2,java.sql.Types.FLOAT);
cstmt.setint(1,parameter1);
cstmt.execute();
out.println("Procedure output is :"+cstmt.getFloat(2));

 

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-12800-1.html
网站维护教程更新时间:2012-03-23 00:46:13  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer