You are correct there(CallableStatement) - looks like I'm going to write my
own.

I had a scan thru the taglibs as well.

Thanks anyway

Kevin 

-----Original Message-----
From: Michael Duffy [mailto:[EMAIL PROTECTED]
Sent: 01 July 2003 19:25
To: Tag Libraries Users List
Subject: Re: Stored procedure



Uh, I don't think so.

A stored procedure is SQL code that's executed by the
SQL engine.  In Java, the pertinent class is
java.sql.CallableStatement.

I just looked in the Jakara DBTags docs - no mention
of CallableStatement that I could see, but I only took
a quick glance.  

You might have to write your own if a good Google
search doesn't turn up anything. - MOD

--- "N. Chen" <[EMAIL PROTECTED]> wrote:
> 
> stored procedure? is that same as stored sql
> statement?  if so:
> 
> <sql:query sql='${statement}'/>
> 
> nick
> 
> On Tue, 1 Jul 2003, Kevin Passey wrote:
> 
> > Hi,
> >
> > Are there any taglibs which I can use to call a
> stored procedure.
> >
> > Thanks
> >
> > Kevin
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to