Skip to Content.
Sympa Menu

freetds - Re: [freetds] defncopy query "order by" different for ASE

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <james.k.lowden AT icloud.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] defncopy query "order by" different for ASE
  • Date: Wed, 24 Aug 2016 13:50:24 -0400

On Wed, 24 Aug 2016 06:25:47 +0000
John Kendall <john AT capps.com> wrote:

>
> > On Aug 23, 2016, at 10:41 PM, James K. Lowden
> > <james.k.lowden AT icloud.com> wrote:
> >
> > On Wed, 24 Aug 2016 01:38:25 +0000
> > John Kendall <john AT capps.com> wrote:
> >
> >> I figured it out. Getting the right headers in the right order
> >> slowed me down. Here is my patch for consideration.
> >
> > John, I think all you need is a call to the public function
> >
> > const char *dbversion(void);
> >
>
> It looks like dbversion() returns the FreeTDS version number,
> currently "freetds v1.00.13." The patch is working for me, but if
> there is a better way... John

Sorry, late night. The macro you want is DBTDS(). It returns an
integer for which symbolic constants are defined in sybdb.h.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page