I am using Informix Dynamic Server 7.3 on UNIX. I am connecting to the DB using JDBC driver. My application requires transaction to be maintained while inserting data. But when I call setAutoCommit(false) a SQLException is thrown saying "Transaction Not Supported".
What is the possible cause of this error? Any settings to be made while installation? I have searched IBM's site for help but couldn't find any.
Can anyone help me out please to find a solution.