Skip to Content.
Sympa Menu

freetds - Re: Callable Statements

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stefan Bodewig <bodewig AT bost.de>
  • To: <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Callable Statements
  • Date: 02 Nov 2000 08:51:27 +0100


>>>>> "KM" == Kone Maes <koen AT kmoware.com> writes:

KM> Is this functionality not yet tested/implemented ???

As the README indicates, the driver is not yet complete (don't know
whether it will ever be) and CallableStatement is one of rather
unimplemented classes.

CallableStatement is in fact not much more than a PreparedStatement
(which works fine) that calls a stored procedure. The syntax would be
something like prepareStatement("EXECUTE procedurename ?, ?, ? ...").

Stefan




Archive powered by MHonArc 2.6.24.

Top of Page