Re: SQL Server 2005 64-bit Connection oddities
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/9/23 Hoellig, Peter <[email protected]>: > " it's ok. Personally I always use TDS_Version explicitly but this is > not a problem (I imagine you used configure option)." > > Wow, now I feel like an idiot. Setting TDS_Version in the odbc.ini file to 8.0 is now giving me proper results. The original install must've used the configure option and thus didn't need the line. Inheriting systems is a wonderful thing. > > Thanks very much for all of your help. > Mmm... this however means that code for 4.2 protocol probably doesn't work as it should. What kind of queries did you issue (some particular select I suppose) ? freddy77