| Author |
record Insertion problem
|
Edward Durai
Ranch Hand
Joined: Oct 09, 2004
Posts: 223
|
|
Hi, This is edward. I am using Hibernate. I have insert on record into table. But No error message display. But not Inserted. I am using mssql 2000. I am getting only Hibernate: insert into AuditFindingsFieldList (FieldTypeID, LookUpID, FieldCat, ParentFieldID, DefaVal, AllowNull, deleted, disabled, FieldID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) what is the possibilites for not inserted records in hibernate. even I did not get Errors/Exceptions. Pls explain. Thanks A. Edward
|
Thank You<br />Edward
|
 |
Patrick Tsang
Greenhorn
Joined: Aug 31, 2004
Posts: 12
|
posted

0
|
|
if you are not using JTA stuff, you need to call transaction.commit()
|
 |
 |
|
|
subject: record Insertion problem
|
|
|