informix « JDBC « JPA Q&A





1. Informix jdbc throws "Method not supported"    forum.hibernate.org

Newbie Joined: Fri Apr 23, 2004 3:35 am Posts: 8 Description: While saving the object "newDefect", hibernate retieves the generated key from the Informix DB. While retrieving the generated key, the informix JDBC driver throw a "Method not supported" error. Hibernate version: 2.1 Mapping documents: Code: ...

2. TransactionException: JDBC begin failed (with informix)    forum.hibernate.org

Hello, Could you help me with this problem. I have an exception thrown when calling session.beginTransaction() with an Informix database. But the same application is working fine with a MySQL Database ! The error tell me that transaction are not supported with this base (witch is not true, because we are already using this base in an swing transactionnal application). I ...

3. Configure Informix within Hibernate - JDBC Driver    forum.hibernate.org

Hi all. I consider myself a total novice about configuring databases and database access. I mean massive noob ;) i've searched in the forums here, and around the website, and I couldn't find an answer for such stupid doubt as mine, and as I'm running out of time with this I really had to post this. I have an Informix database ...