Skip to Content.
Sympa Menu

freetds - Re: [freetds] TDS Protocol Version

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Vipul Sharma <vipsharma.sharma AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] TDS Protocol Version
  • Date: Tue, 22 Oct 2013 11:56:54 +0530

Thanks for the information.

I'm somehow at a loss in understanding what could be the reason for my
application always opening 7.1 connections.
Is this because of the way my library is compiled ? Any other ideas on how
can i troubleshoot this issue ?
I have tried putting in the version in freetds.conf and that did not work.

Thanks,
Vipul


On Tue, Oct 22, 2013 at 11:52 AM, Frediano Ziglio <freddy77 AT gmail.com>wrote:

> Php can use different FreeTDS libraries. The limitation does not apply to
> odbc or development version.
>
> Frediano Ziglio
>
> Il giorno 22/ott/2013, alle ore 07:13, Vipul Sharma <
> vipsharma.sharma AT gmail.com> ha scritto:
>
> > 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 <jklowden AT freetds.org
> >wrote:
> >
> >> On Wed, 16 Oct 2013 14:26:05 +0530
> >> Vipul Sharma <vipsharma.sharma AT gmail.com> 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
> >> FreeTDS AT lists.ibiblio.org
> >> http://lists.ibiblio.org/mailman/listinfo/freetds
> >>
> > _______________________________________________
> > FreeTDS mailing list
> > FreeTDS AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/freetds
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>




Archive powered by MHonArc 2.6.24.

Top of Page