Skip to Content.
Sympa Menu

freetds - RE: Output parameters (was: Strange things)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: "TDS Development Group" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: Output parameters (was: Strange things)
  • Date: Fri, 22 Nov 2002 00:47:03 -0500


On Thu, 21 Nov 2002 16:25:20 +0100, ZIGLIO Frediano
<Frediano.Ziglio AT vodafoneomnitel.it> wrote:
> >
> > Am I correct that
> > libtds is rpc-ready, and that all we need to do is the db-lib
> > implementation?
>
> Quite ready... see also my previous mail on parameters storage...
> RPC is very similar to DYNAMIC query (input parameters and output one
> are handled in the same way...)

The db-lib rpc functions are three: dbrpcinit(), dbrpcparam(), and
dbrpcsend().

I was home today and wrote some code while taking care of a sick 8 year
old. I wrote the first two and the easy part of the last one.

Frediano, I really wasn't sure which libtds calls to use, or how. If you
could at least sketch in what's needed to implement dbrpcsend(), I think
we could cross this off the list. The data structures are all there now.


Let me know what you think.

Regards,

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page