Skip to Content.
Sympa Menu

freetds - Re: calling sp_password store procedure failed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Bob Kline <bkline AT rksystems.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: calling sp_password store procedure failed
  • Date: Fri, 27 Jul 2001 18:40:17 -0400 (EDT)


On Fri, 27 Jul 2001, Michael Peppler wrote:

> Bob Kline writes:
> > On Fri, 27 Jul 2001, Son To wrote:
> >
> > > CallableStatement cs = con.prepareCall("{call sp_password(???)}");
> >
> > Don't you need commas between the placeholders?
>
> And does the JDBC driver even support placeholders for stored proc
> calls?

Yes.

>
> The protocol doesn't handle this natively (at least I don't think
> so), so the driver would have to handle this itself.

If by protocol you mean TDS, yes.

--
Bob Kline
mailto:bkline AT rksystems.com
http://www.rksystems.com





Archive powered by MHonArc 2.6.24.

Top of Page