| Author |
JDBC and stored procedure
|
Shashi Iyy
Greenhorn
Joined: Jun 12, 2008
Posts: 18
|
|
Hi All, I have a stored procedure which takes a String value as the input and returns a cursor object.I need to write JDBC code to access the stored procedure and act on the cursor object returned from the procedure.How to go about this?A example would be a better option.Thanks in advance.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32644
|
|
|
Read this and this.
|
 |
 |
|
|
subject: JDBC and stored procedure
|
|
|