Hi all,

after the changes made to support stored procedures returning ResultSets, all MaxDB/SapDB tests fail, because the check for CallableStatements made in Platform.isCallableStatement is not sufficient.

The MaxDB driver always retrun a Statement object which is instance of CallableStatement, so OJB always assume a stored procedure was used. I think this check is wrong:
If instance of statement object is CallableStatement ==> a stored procedure is used - is wrong!


Any suggestions how to fix this?

regards,
Armin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to