| Author |
PL/SQL in JDBC
|
L Goundalkar
Ranch Hand
Joined: Jul 05, 2001
Posts: 395
|
|
Hi, Does JDBC has equivalent packges for PL/SQL built in packages? How PL/SQL is supported in JDBC? Also I wil happy to get URL regarding these two topics. Thanks. ------------------ L Goundalkar lggoundalkar@hotmail.com Sun Certified Programmer for Java 2 Platform
|
<b>L G Goundalkar</b><br /> <a href="mailto:lggoundalkar@yahoo.com" rel="nofollow">lggoundalkar@yahoo.com</a> <br />Sun Certified Programmer for Java 2 Platform.<br />Sun Certified Web Component Developer for J2EE.
|
 |
Amit Agrawal
Ranch Hand
Joined: Aug 23, 2001
Posts: 282
|
|
I am not sure if you are asking this but PLSQL is supported using callable statements. (I don't know any way to directly use a sql pkg in java). what i do is, I create a sql procedure and call it using connection.prepareCallable()... [This message has been edited by Amit Agrawal* (edited September 15, 2001).]
|
 |
 |
|
|
subject: PL/SQL in JDBC
|
|
|