From: Bill H. <bi...@lo...> - 2004-12-08 22:45:07
|
Hi Roman, Prigozhin, Roman wrote: > I'm using proxool and very happy with it. There is a small > problem I'm having casting connection object : > SCStatement = (OracleCallableStatement) SCConn.prepareCall(....) Is > there any way to do it ? Everywhere in my code I'm using regular > connection object so proxool works fine, there is only one place where I > need driver specific functionality. Depending on what version of the Oracle driver you are using, this should be possible with the latest code from CVS. (It depends on whether OracleCallableStatement is an inteface or not). But if you want to stick with 0.8.3 then you can achieve the same with ProxoolFacade.getDelegateStatement(Statement). - Bill |