Skip to Content.
Sympa Menu

freetds - RE: [freetds] Another OTL question / problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Another OTL question / problem
  • Date: Thu, 13 May 2004 14:28:50 +0200

>
> On Thu, 13 May 2004, Frediano Ziglio <freddyz77 AT tin.it> wrote:
> > - getting store procedure informations (I don't know how)
>
> What information, exactly?
>

The first recordset types returned (and possibly store procedure
parameters list)

Ie for a store procedure like

sp_test
@i int
as
select id, name from sysobjects
select * from whatever
go

should return informations for id and name (and possible @i is an
integer type)

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page