태그>stmt(총 1개의 글)
'stmt' 관련 최근글
-
- [jsp] include 형태로 넣는 try 문(try.jsp)
-
To be Web Programer & Mobile Programer by 스트링args|2010/07/18 19:25
<% Connection con = null; Statement stmt = null; ResultSet rs = null; try{ Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("java:comp/env"); DataSource ds = (DataSource) env..
- [jsp] include 형태로 넣는 try 문(try.jsp)