Skip to Content.
Sympa Menu

freetds - Re: [freetds] Sybase ASA 9, unixODBC multiple connection problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Sybase ASA 9, unixODBC multiple connection problem
  • Date: Wed, 16 Jan 2008 19:45:39 -0500

Middleton, Eric wrote:
> Yes I would really like to try your hack but I am not sure how to apply
> it. Could you tell me how to apply this file?

1. Cf. "man patch", then:

$ cd src/tds
$ patch < ~/asa_database.diff

The GNU patch(1) utility is flexible enought that your login.c can be
somewhat different from mine and still work. If you get errors, post the
line near the top of the file that looks like:

$ grep Id src/tds/login.c
TDS_RCSID(var, "$Id: login.c,v 1.172 2007/12/31 10:06:50 freddy77 Exp
$");

and I'll see what I can do.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page