Skip to Content.
Sympa Menu

freetds - Re: [freetds] Question about MAX param size when calling StoredProc

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Question about MAX param size when calling StoredProc
  • Date: Tue, 20 May 2008 08:22:18 -0400

Navdeep Shergill wrote:
> I am trying to call to call a
> storedProc on a SQL2005 server that takes in a 'varbinary' field as
> input paramter. The varbinary field is set up with '-1' as the Length in
> the database.

varbinary is the weirdest datatype in the library, perhaps on the planet.
I have found places where Microsoft claims to use it, but in fact doesn't.


Can I ask why you're using it? Would TEXT/BINARY do just as well?

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page