This reply was an error. It works fine
Type: Posts; User: aperezymadrid; Keyword(s):
This reply was an error. It works fine
Hi
I've created an app using a number of independent Spring based modules. Each one has it's own property file.
I'm loading Spring as
AplicationContext cts=new...
//properties
cartjdbc.driverClassName=oracle.jdbc.OracleDriver
cartjdbc.url=jdbc:oracle:thin:@mercurio.iwi.local:1521:RR1
//applicationContext
<bean id="cartDataSource"...
I've been using Oracle with JDBC for some time. One requirement to prevent be out of cursors is to get connection, create staments and create recordsets inside a try , and finally close resultsets,...