On Fri, 2003-10-31 at 05:04, Easwaran wrote:
> How to enable transactions in proxool?
The simple answer is: the same way that you do without Proxool. Proxool
doesn't provide any transaction functionality but it does allow you to
use any provided by your other (delegate) JDBC driver. Which, in turn,
probably relies on the database to provide transactions.
Take a look here:
http://java.sun.com/docs/books/tutorial/jdbc/basics/transactions.html
Good luck,
Bill Horsman
|