Skip to Content.
Sympa Menu

freetds - RE: [freetds] Problem with Stored Procedure ouput parameters

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Rogers, Tom" <tom.rogers AT ccur.com>
  • To: "'Thomas P. Walpole '" <twalpole AT adelphia.net>, "'freetds AT lists.ibiblio.org '" <freetds AT lists.ibiblio.org>
  • Cc:
  • Subject: RE: [freetds] Problem with Stored Procedure ouput parameters
  • Date: Sun, 17 Aug 2003 16:59:20 -0400

Try using the nightly build or the latest build from CVS. This particular
problem is well documented in the archives and only works with latter
versions of FreeTDS.

Regards,
Tom Rogers

-----Original Message-----
From: Thomas P. Walpole
To: freetds AT lists.ibiblio.org
Sent: 8/16/03 11:26 PM
Subject: [freetds] Problem with Stored Procedure ouput parameters

Hello,
I'm new to FreeTDS and am using it with iODBC. I am using FreeTDS
0.61.2

The problem I have is when attempting to call a stored procedure on a
SQL Server 2000 database I don't receive the output parameters

I am using a statement of the form "{?=call procname(?)}"
Both placeholders are bound as output variables in my code . Upon
executing the call I receive the function result correctly (first '?'),
but nothing for the output parameter of the procedure.

Should this currently work in FreeTDS???

Looking at the log files generated I see that FreeTDS converts the
"call" to an "exec" in native.c and does only receive the function
result packet.

Thanks for any help you can provide

Tom Walpole

_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page