|
From: Rod J. <rod...@in...> - 2003-09-17 07:40:41
|
> I have checked in the changes for supporting stored procedures returning result > sets. For Oracle you would declare an SqlOutParameter with a type of > oracle.jdbc.OracleTypes.CURSOR along with a RowCallbackHandler that will map or > process the returned rows. Thanks Thomas, I know a lot of users want this functionality. > I have also made a change so if you call execute without calling compile, the > framework will automatically compile you prepared statement or stored procedure > instead of just throwing an exception. This is more inline with how JDO handles > this. Does this apply to all RDBMS operations? Regards, Rod |