-----Original Message----- From: Hendry Thanx for your suggestion, but the problem still exists.
-----Original Message----- From: Larry Meadors Set <transactionManager ... commitRequired="true"> This will force even queries to be committed. Larry -----Original Message----- From: Hendry Hi, I'm new to iBatis, I got stuck when calling functions in PostgreSQL 8 using SqlMap. The problem is, the data not inserted to database. But if I input the data manually, the id column which should be incremented by 1 is incremented more than 1, as if it has been inserted data before. I already tried using CallableStatement directly, and it works. And also, I've look at the log file, and it hasn't any error. This is part of the log file: I've searched the net for solutions of this problem, and still couldn't find any. Could someone help me out? Thanx.
