Re: A more proper workaround for this Perl DBD::ODBC workaround ....
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Chad Johnson wrote: > > Take a look at this workaround in the Perl DBD::ODBC driver if you > could : > > http://gist.github.com/80782 ---- line # 3165 > > Is there a more proper workaround for this particular "feature"? I'm not sure what you're referring to, Paul. You pointed to a line in a file, but what feature are you talking about? To rebind a parameter buffer to a different length, SQLSetStmtAttr() is your friend. --jkl