Hello,
I am using an UPDATE statement through java program. It works fine on
windows. But When I moved the same code over to OS/390, I get the
following error
java.sql.SQLExc eption: DB2JDBCSection Received Error in Method
setParameters:S QLCODE==> -28 SQLSTATE ==> FFFFF Error Tokens ==> <<DB2
7.1 SQLJ/JDBC>>
But SQLCODE -28 could not be found in the reference manual.
Any help will be highly appreciated !!
Thx
I am using an UPDATE statement through java program. It works fine on
windows. But When I moved the same code over to OS/390, I get the
following error
java.sql.SQLExc eption: DB2JDBCSection Received Error in Method
setParameters:S QLCODE==> -28 SQLSTATE ==> FFFFF Error Tokens ==> <<DB2
7.1 SQLJ/JDBC>>
But SQLCODE -28 could not be found in the reference manual.
Any help will be highly appreciated !!
Thx
Comment