Search:

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

Search: Search took 0.02 seconds.

  1. I have fixed the problem. I use now c3po as...

    I have fixed the problem.

    I use now c3po as connection pool (c3po.DriverManagerDataSource), with autoCommit=false and isolation level read uncommited.

    The problem was the foreign key. It is not...
  2. Connection-Pool, TransactionManager and Dirty Read

    Hello,

    I want to load millions of data in 3 tables. One Thread makes a select as an consumer and a pool of Threads get this data, look a the tables and make an inserts or update. (Informix...
  3. Replies
    0
    Views
    664

    informix datatype serial

    Hello,

    I insert a record with the SimpleJdbcTemplate. The id of the record is in the database the datatype serial. The db auto increments the id for me.
    My question now, how can I get this...
Results 1 to 3 of 3