Ack! Nevermind... This was another painful lesson in using someone else's config file. My co-worker had set
in the config file due to some needs with a different db he was working with. I
would complain that iBatis didn't give me any help, but I suppose that's exactly what that configuration is
Thanks for the idea... unfortunately it didn't work. Any other ideas?
The postgres install I'm using is "PostgreSQL 7.3.4-RH on i386-redhat-linux-gnu, compiled by GCC i386-redhat-linux-gcc
(GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)". I've tried the jdbc2 and jdbc3 jars that came with my local
Maybe autocommit is set to false. Try specifying it explicitly by putting
the following line in your element.
On Mon, 26 Sep 2005, Ben Munat wrote:
> Hello. I can't seem to update or insert into a postgres db from ibatis. I
> don't get an exception, but when I check the
> database the c
Hello. I can't seem to update or insert into a postgres db from ibatis. I don't get an exception, but when I check the
database the change has not been made. I've tried various insert and update statements with and without parameters and
none have worked. However, I am selecting data from this db