打印本文 打印本文 关闭窗口 关闭窗口
在Tomcat 配置Oracle 及DB2中创建Connection Pool
作者:武汉SEO闵涛  文章来源:敏韬网  点击数2653  更新时间:2009/4/22 22:03:53  文章录入:mintao  责任编辑:mintao
                                 }

                       }else{

                                 System.out.println("create stmt fail!");

                      

                       }

               }else{

                       System.out.println("create stmt fail!");

              }

  }catch(Exception e){

             System.out.println(e);

  }

  finally{

             if(rs!=null)

                        rs.close();

             if(stmt!=null)

                        rs.close();

             if(conn!=null)

                        conn.close();

  }

%>

上一页  [1] [2] [3] [4] 

打印本文 打印本文 关闭窗口 关闭窗口