Re: Question about MAX param size when calling StoredProc
"Navdeep Shergill" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
so does that mean that using FreeTDS I can only send a max 8k param lenght for Varbinary? On Tue, May 20, 2008 at 5:22 AM, James K. Lowden <[email protected]> wrote: > 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 > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >