The Easysoft JDBC-ODBC Bridge supports this even if the ODBC driver does not. For example, Microsoft SQL Server does not support multiple concurrent statements, so the JDBC-ODBC Bridge pools multiple connections to provide this functionality. Note that when using connection pooling, be sure to close your statement handles so that the JDBC-ODBC Bridge driver can re-use them.