`
pengfeicao521
  • 浏览: 140447 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论

学习心得

阅读更多
//要将存储过程名大写,否则错误
                  String procTest1="p_getemp".toUpperCase();
System.out.println("存储过程名:"+procTest1);
// dbtool=new DBTool();
List params1=new ArrayList();
System.out.println("--输入参数7788前--");
//如果输入的参数,Integer.valueOf(i)无效,用
                       //new Integer(i)

params1.add(new Integer(7788));
dbtool.executeProcedure(procTest1, params1);
System.out.println(" 执行存储过程--》"+procTest1+"  参数---》"+params1);
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics