Search:

Type: Posts; User: aperezymadrid; Keyword(s):

Search: Search took 0.01 seconds.

  1. Same problem with sqljdbc and latest jtds 1.2.2 for mssql 2000

    This reply was an error. It works fine
  2. Properties files in modular Spring applications

    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...
  3. Poll: Here is the configuration

    //properties
    cartjdbc.driverClassName=oracle.jdbc.OracleDriver
    cartjdbc.url=jdbc:oracle:thin:@mercurio.iwi.local:1521:RR1

    //applicationContext
    <bean id="cartDataSource"...
  4. Poll: Cursors not closed on error; out of cursors after a while

    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,...
Results 1 to 4 of 6