Le 15 avr. 04, � 18:20, [EMAIL PROTECTED] a �crit :
...You might as well just use DataSource then as this is pretty close
to all DataSource is. (Or at the least get ConnectionProvider to
implement DataSource)
There's an implementation in Jakarta Commons dbcp and various JDBC
drivers come with an implementation of DataSource for you already
(e.g. Oracle & Axion).
If nothing else just provide a DataSource facade to whatever
connection pool you use and the groovy.sql.Sql will work fine with
your pool.
Sounds good, I'll try it!
-Bertrand