Re: issue with stored proc parameters of type varchar
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > I suppose to get to the bottom of this it might help to step through the > > ct and tds source code in the debugger. Passing varchar parameters works unless you're doing something esoteric like using UTF-8. It's a good idea to use the latest version of the TDS protocol supported by your server. HTH. --jkl