摘要:
CallableStatement stmt=null;String id=null;try{ stmt=connect.prepareCall("{call testpro(?,?,?)}"); stmt.setString(1,"123"); stmt.setString(2,"321"); stmt.registerOutParameter(3,Types.VARCHAR); stmt.execute(); id=stmt.getString(3);}catch(Exception ex){ ...}finally{ ...} 阅读全文
posted @ 2011-10-28 10:47
阿彬
阅读(202)
评论(0)
推荐(1)

浙公网安备 33010602011771号