Hi,
I have a table called �TT_SC� with only one field called �ID�.
Many classes in the project extend the class corresponding to the table. The class name is �pack.SupperClass�.
I can not update or create any object which extends that particular class (pack.SupperClass ) as Castor try to execute a SQL statement like
�UPDATE "TT_SC" SET WHERE "ID"=?�.
The table �TT_SC� don�t have any more fields except id, so I think �SET clause� in the SQL is not applicable in such situations.
I get the following SQLException
java.sql.SQLException: ORA-01747: invalid user.table.column, table.column, or column specification.
It is not possible to add any extra field to the TT_SC table at this stage.
Is this a bug or something wrong with my implementation?
Please give me some light.
Regards,
Avalovin
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
