YAY!!!!! Yes!! SqlMapClient I am using is actually from org.springframework.orm.ibatis.SqlMapClientFactoryBean. Thanks Aymeric. Q -----Original Message----- Are you using
Ibatis from Spring? I had something similar when trying to manually start and
stop transaction from a SqlMapClient. If that's the case, let me know, I
have a workaround somewhere. Aymeric. Hi, 1. startBatch() 2. do 10 inserts using for-loop. 3. endBatch.
When I
do the above, it always skips the first one and inserts the rest nine of them. When I
only do one insert, it does not insert. When I
do two inserts, it only inserts the last one. Does
this ring anyone’s mind? Thank
you all! Kyunam |
- batch problem - skips the first insert? Kyunam Kim
- Re: batch problem - skips the first insert? Clinton Begin
- RE: batch problem - skips the first insert? Kyunam Kim
- Re: batch problem - skips the first insert? Aymeric Alibert
- RE: batch problem - skips the first insert? Kyunam Kim
- RE: batch problem - skips the first insert? Aymeric Alibert