Skip to Content.
Sympa Menu

freetds - Re: [freetds] Problem with RPC against SQL server 2005

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stefan Ille <illes AT designa.de>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Problem with RPC against SQL server 2005
  • Date: Tue, 28 Feb 2006 18:42:30 +0100

Sure, this is only a workaround.

No output parameters here, just a procedure called with three (4 byte) ints as input parameters, giving back one row cotaining several strings and a (4 byte) int as return code.
Will post a dump tomorrow.

Regards
Stefan



Frediano Ziglio schrieb:
Il giorno mar, 28/02/2006 alle 17.19 +0100, Stefan Ille ha scritto:

Hmmmmmppppppffffffff,

sorry for the delay, took me a while to get up from the floor laughing...

That worked. I tried 7.0 and my app is running against sql 2k5.

Thank you!

Cheers Stefan



Mmmm... this is a workaround, not the solution,
$ cat include/tds.h | grep 0x38
SYBINT4 = 56, /* 0x38 */

perhaps this means that mssql2k5 do not accept not-nullable types for
parameters? Perhaps is an output parameter? Can you post a FreeTDS dump?

freddy77


_______________________________________________
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