RE: stored procedures and database pooling

2004-02-11 Thread Martin van Dijken
Not exactly sure what you mean by database pooling, but: I'd have to think you probably mean connection pooling. In most cases I would use a datasource for obtaining a connection in the first place and then leave the connection pooling up to the Container. Tomcat does this through DBCP and

RE: stored procedures and database pooling

2004-02-11 Thread Kris Schneider
Quoting Martin van Dijken [EMAIL PROTECTED]: Not exactly sure what you mean by database pooling, but: I'd have to think you probably mean connection pooling. In most cases I would use a datasource for obtaining a connection in the first place and then leave the connection pooling up to the

stored procedures and database pooling

2004-02-10 Thread John MccLain
Are there any taglibs out there for stored procedures and database pooling??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: stored procedures and database pooling

2004-02-10 Thread Kris Schneider
. Of course, there are plenty of folks who will want to stone you for even *thinking* about accessing a stored procedure from a taglib...and they may be right ;-). Quoting John MccLain [EMAIL PROTECTED]: Are there any taglibs out there for stored procedures and database pooling??? -- Kris Schneider