Hi Thomas, thanks for taking the time to respond. If I try to use a CallableStatement object in Java using Posgresql driver included in PostgreSQL 7.0.2. I get an SQLException which includes the message; "Callable Statements are not supported at this time. " snippet of code String sql="........................................"; try { conn = ConnectionPoolManager.getConnection(); CallableStatement stmt = conn.prepareCall(sql); stmt.execute(); catch (SQLException e) { .................. } ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 3:10 PM Subject: re : [SQL] CallableStatement : : what's your problem exactly ? : : Thomas, : : : : ============== : Posté par Shane McEneaney le 6/12. : : Hi, : can anybody tell me where I can get a free JDBC driver for : Postgresql that implements CallableStatement? The driver in the : distribution I have is PostgreSQL 7.0.2. : : Thanks in advance, : : Shane :