Re: Fwd: [unixODBC-support] PHP PDO unixODBC FreeTDS SQL Server text column size
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Il giorno 29/set/2012, alle ore 06:01, "James K. Lowden" <[email protected]> ha scritto: > On Fri, 28 Sep 2012 08:00:33 +0100 > Frediano Ziglio <[email protected]> wrote: > >>> There seem to be problems in error-checking in SQLDescribeCol and >>> maybe _SQLAllocDesc. There might be a bug in bsqlodbc triggering >>> all that. > ... >> I wrongly pushed a patch that fix some issue with characters and >> bsqlodbc in Branch-0.91. >> >> Wrongly just cause was not correctly tested, I reverted some changes. > ... >> - SQLAllocHandle for descriptor wants a connection, not a statement, >> this is the reason for the invalid handle returned > > Is bsqlodbc in the current patched 0.91 release expected to work in > this scenario? Yes, now should print characters. Frediano