Getting "Cursor state not valid" while executing a stored Proc in AS400
Hi,
I am using Toplink4.6 to excute a stored procedure in AS400.The stored procedure has Input and Output params.In my login.usePlatform(..) method I specify the DB2Platform since that seems to be the closest.
When I execute the procedure using the StoredProcedureCall class, I get the "Cursor state not valid" message.I can execute the same stored proc correctly using the usual java.sql classes.Is the AS400 supported completely?
Thanks,
Harini