> I'm currently using IBatis version 2.0.3. I'm not able to work upon with > Batch. I'm > doing the following : > sqlMap.startBatch();
Are you starting a the transaction too? So... startTransaction() startBatch() insert... update... executeBatch() commitTransaction() endTransaction

