From: | "Dave Cramer" <Dave(at)micro-automation(dot)net> |
---|---|
To: | "'Richard Lynders'" <rlynders(at)hotmail(dot)com>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Callable Statements and Connection Pooling |
Date: | 2001-12-06 15:30:45 |
Message-ID: | 00fb01c17e6a$f9ef5790$8201a8c0@inspiron |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Richard,
Callable statements are an interesting problem. Postgres doesn't support
the notion of stored procedures which return result sets, which makes
callable statements somewhat redundant. That being said there has been
some talk on the list to support what we can in the driver.
Connection pooling has been done but due to a code freeze for 7.2 we are
not including it in this release. There are many open source pools which
you can use for connection pooling.
Not sure about commercial drivers
Dave
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Richard Lynders
Sent: Thursday, December 06, 2001 5:50 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Callable Statements and Connection Pooling
Hi,
Fairly new to the group so if I am answering stupid questions please
forgive
me.
1). When do you expect the JDBC driver to support Callable statements.
2.) When do you you expect the JDBC driver to support Connection
pooling.
3.) Are there any commercial drivers available supporting these features
Thanks a lot
Regards
Richard
_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2001-12-06 17:32:14 | Re: 7.3 build of PostgreSQL JDBC Driver |
Previous Message | Nick Fankhauser | 2001-12-06 15:20:12 | Re: JDBC build |