Rominet13
Rominet13
Sorry i can't show you the exact code. I can just explain it. We use this class: org.springframework.jdbc.core.JdbcTemplate method: batchUpdate(String sql, final BatchPreparedStatementSetter pss) We use a "new BatchPreparedStatementSetter()" as...
i'm a bit busy now, but i will see what can do.
Hi, in fact, the result is absolutely correct depending on how you see SQL queries: from the database or from the network(or the application). And from the network, since it's...
Done
Hi, for unknown reason, i have the same problem, but it only goes away when scrolling (and works well after). (more than 1000 records) It seems it is linked to...