1. BatchSqlUpdate not working forum.springsource.orgBatchSqlUpdate not working Hi, I am using Spring JDBC abstraction layer with Oracle 9i. I am using the new BatchSqlUpdate class for batch updating but it is not flushing the statements. ... |
2. BatchSqlUpdate flush returns array of -2 values forum.springsource.orgBatchSqlUpdate flush returns array of -2 values Hi, I'm using BatchSqlUpdate for updating database. At first I update rows and I want to check what rows was affected. But flush() returns ... |
3. BatchSqlUpdate closing the Connection forum.springsource.orgBatchSqlUpdate closing the Connection I'm a new Spring user and I'm trying to understand how the BatchSqlUpdate class works with respect to releasing the database Connection (close()). I imagine that it ... |
4. Memory leak in BatchSQLUpdate? forum.springsource.orgMemory leak in BatchSQLUpdate? I have encountered an issue with using BatchSQLUpdate. We are loading 30+ million rows into a MySQL table. (I know that there are other ways to load ... |
5. Dependency Injection of org.springframework.jdbc.object.BatchSqlUpdate causing proble forum.springsource.orgDec 18th, 2005, 10:24 PM #1 RameshMandaleeka View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Sep 2005 Posts 8 BatchSqlUpdate inconsistent dependency injection to normal object ... |
6. Newbie question on BatchSQLUpdate forum.springsource.orgNewbie question on BatchSQLUpdate I am new to Spring altogether so if this question does not make sense please forgive the ignorance. I was wondering if we could use the BatchSqlUpdate ... |
7. Handle DuplicateKeyException using BatchSqlUpdate forum.springsource.orgHandle DuplicateKeyException using BatchSqlUpdate Hi, I'm trying to insert data into a table using the BatchSqlUpdate. The update itself works fine and the entries are written into the table. But I've ... |
8. Concern with BatchSqlUpdate forum.springsource.orgHi, I have a situation where i need to insert 40 million records into database and i am planning to use BatchSqlUpdate. But while i was going thru the fourm i ... |
9. BatchSqlUpdate - TransactionManagement forum.springsource.orgHello, I configured my transactions with an HibernateTransactionManager. My method are executed within a transaction context. I would like to know if using a BatchSqlUpdate object will done requests within a ... |
10. BatchSqlUpdate behavior? forum.springsource.orgBatchSqlUpdate behavior? Hi, I would like to use BatchSqlUpdate to insert rows into a table. Occasionally I will have inserts that fail due to a duplicate primary key. In my case, ... |
11. Problem with BatchSqlUpdate forum.springsource.orgProblem with BatchSqlUpdate Hi I am using BatchSqlUpdate.update() method to update data. It is working fine when I am giving all data as per as field. but I am facing problem ... |
12. Error with BatchSqlUpdate forum.springsource.orgError with BatchSqlUpdate Spring 2.0.8 - IBM DB2 for z/OS 8.0 I have subclassed BatchSqlUpdate to declare parameters as follows - the problem is with Date and Timestamp declarations highlighted in ... |
13. BatchSQLUpdate gives Exception forum.springsource.orgBatchSQLUpdate gives Exception Hi I have a problem. I am running PreparedStatement in batched mode, actually I am using Springs BatchSQLUpdate component. Now i am creating a batch of about 10000 ... |
14. BatchSqlUpdate questions forum.springsource.orgBatchSqlUpdate questions Hi, I have couple of questions on BatchSqlUpdate. 1. When batch size is reahced, the automatic flush is triggred. The data will be ibserted to DB. Say after autoflush ... |