Skip to Content
0
Former Member
Dec 06, 2006 at 03:03 PM

JDBC : Fatal Error: Column Doesn't exist error .

621 Views

Hello all,

I am getting following error in a JDBC adapter monitoring :

Error when executing statement for table/stored proc. 'Purchase_Order' (structure 'STATEMENTNAME'): java.sql.SQLException: FATAL ERROR: Column 'Test' does not exist in table 'Purchase_Order'

But the thing is that, the table do have the 'Test' column and I can update this table using Update SQL statement. There are 8 columns in this table. XI can update all 7 columns except this 'Test' column.

Any idea why? I evern rename this column to something else and no luck.

Regards,

N.S