Posted By:
Aravind_Banakar
Posted On:
Wednesday, March 28, 2001 04:19 AM
I want to know how to get the query being executed at run time for that connection object. I have a connection pool program and i want to use it to commit and rollback according to the set queries being executed/not executed. I have a transaction in which I have to commit and rollback after a set of statement are executed and the number of SQL statement is not fixed. Also there is a function for this transaction already written by somebody else so I don't want to do any changes on that code. So I want to do it in connection pool which is a wrapper class.