Recent content by rom3ro

  1. R

    JdbcProgressDriver and Java Database connection pooling services

    i've foud! JdbcProgressDrivers implement jdbcd 2.0, so for database connection pooling services called above the driver not work. In fact they work with 2.2. So i implemented a class called JdbcProgressDriverCustom which extends JdbcProgressDrivers and defined getHoldability() (requier by...
  2. R

    JdbcProgressDriver and Java Database connection pooling services

    hello, i write a web application base on struts2 (tomcat 5.5) and i trouble with differents Database connection pooling services with progress 9.1D. In fact, the pooling service fail when it try to load class of jdbc progress driver. I done test with - DBCP - Proxool - c3p0 However...
Top