invalid identifier error when inserting data into table using toplink class
429761Sep 24 2004 — edited Oct 7 2004Hi,
I have created OR mapping to a table having 140 fields. For that i retrieved table into Toplink then generated the class . Now when i try to insert data into that table via my toplink generated class an error is thrown by saying identifier not found .i.e. it is saying one of the fields are not there in the database table. ( java.sql.SQLException: ORA-00904 )
I check with my toplink and database every this is correct and im referign to the same table in the same schema.
Can any one please suggest me what might have went wrong.
Thanx in advance
Mahesh