my dog learned polymorphism
The moose likes JDBC and the fly likes Cursors and Weblogic JDriver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Cursors and Weblogic JDriver" Watch "Cursors and Weblogic JDriver" New topic
Author

Cursors and Weblogic JDriver

Naveen Sydney
Ranch Hand

Joined: Jan 21, 2002
Posts: 30
hi,
does anyone know if the following can be done using the JDriver
This says the output from the stored procedure is a cursor when using the Oracle provided drivers..
statement.registerOutParameter(1, OracleTypes.CURSOR);
Can the above be done using the JDriver?
syd
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Cursors and Weblogic JDriver
 
Similar Threads
cmp/ mssqlserver/ weblogic7.0 connectivity
JDriver for Oracle
Cursors in Weblogic JDriver
API access to the Connection Pool?
need to install JDriver (oracle)