views:

27

answers:

0

I have some procedures to execute in the database that has an OUT REFCURSOR parameter.

When I am connecting with the JDBC thin client, everything works fine. However, if I were to change the connection string to refer to the ODBC data source pointing to the same database, those procedures will fail. The procedures that do not use an OUT REFCURSOR will still work fine though.

Is this situation the result of an error on my part or expected?