Database Access Technology Based on Connection-pool in JSP
暂无分享,去创建一个
This paper mostly introduces the database access technology of JDBC and the working mechanism of connection pool, and a connection pool is established,which allows many clients to access simultaneously. Besides,connection pool is used to optimize efficiency of accessing database in JSP.