|
|
Archives of the TeradataForum
Message Posted: Fri, 12 Sep 2008 @ 15:40:47 GMT
Subj: | | Re: JDBC autoCommit(false) question |
|
From: | | McCall, Glenn David |
| I ran the program with different combinations. And finally I noticed that if setAutoCommit(false) line along with conn.commit() is
commented, which means resorting to default behavior of commit happening after every db operation, the error msg stopped coming. | |
| Regarding enviroment, I am using 12.0 Teradata JDBC driver and have TMODE set to TERA in dbUrl. | |
Try including TMODE=ANSI in your URL.
You also imply you are getting an error message (presumably and SQLException) - it would help if you shared the actual error message + the
error number + the line that the error occurs at.
| |