tags:

views:

19

answers:

1

I choosed a web project in order to do that i am using an IDE (Eclipse), database (DB2 universal driver) and Apache Tomcat server. So, by gods grace every thing has gone well but when I try to update data to DB2 database through JDBC code then I am getting an SQL DB error as

:: DB2 SQL error: SQLCODE: -204, SQLSTATE: 42704, SQLERRMC: DB2ADMIN.REGISTER

where register is my table name and even i logged in as db2admin but i think there is no connectivity established but still its not resolved

A: 

This sounds a bit strange, -204 is Function, procedure or trigger not found...

Have a look at SQLCODE concepts and use the SQL Message Finder link to check yr return code for a full explanation.

Note that DB2 procedures & functions have case-sensitive names.

Hope this helps.

Steve De Caux
thanks for answering
rams
have you solved you problem ?
Steve De Caux