Re: TDS Protocol Version
Vipul Sharma <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAPKMS=djVn94z7PMmUiD60NwgYvzB2OddSQDcsT19SK5n8c1Yg@mail.gmail.com> |
Hi, I'm running a php based application and observing this behavior. Does the SYBEVERDOWN restriction hold for php also ? Thanks, Vipul On Fri, Oct 18, 2013 at 4:47 AM, James K. Lowden <[email protected]>wrote: > On Wed, 16 Oct 2013 14:26:05 +0530 > Vipul Sharma <[email protected]> wrote: > > > I want my application to open TDS 7.2 / TDS7.3 / TDS 7.4 connection > > to the SQL server 2012/2008 but it always opens TDS 7.0 or TDS 7.1 > > depending upon the definition of "tds version" in freetds.conf. e.g. > > if i define "tds version" as 7.0, 7.0 connection gets opened. If i > > define "tds version" as 7.1, 7.1 connections gets opened. But, if i > > define "tds version" as 7.2 or greater, it still opens 7.1 > > connection. > > Are you using db-lib? Check your source code for SYBEVERDOWN; I think > you'll find a db-lib connection limits the TDS version to 7.1. > > I don't remember why just now, and the restriction seems to have > lifted because a quick tour through the code doesn't reveal anything. > > HTH. > > --jkl > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >