Claire:

I would take a look at the syntax for using a standard CallableStatement.
I'm not sure if OracleCallableStatement has much that isn't accessible if
you just treat it like a normal CallableStatement -- the only thing I've hit
is a need to cast to an OracleCallableStatement to set a batch size if I'm
using batch updates.

Some general resources from Oracle on using CallableStatements with PL/SQL
include:

http://technet.oracle.com/sample_code/index.htm (code samples)
http://technet.oracle.com/tech/java/sqlj_jdbc/index2.htm?Code&files/basic/ba
sic.htm (more overview information, like strategic direction)

You just need to register for an Oracle Technology Network (OTN) id to get
access to this stuff.

Mark

-----Original Message-----
From: Claire Ryan [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 26, 2000 12:55 PM
To: [EMAIL PROTECTED]
Subject: OracleCallableStatements


Hello All,
Have any of you worked with OracleCallableStatements, and give me an idea as
to the general syntax of one.
Thanks in advance,
Claire
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to