freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: Frediano Ziglio <freddyz77 AT tin.it>
- To: TDS Development Group <freetds AT franklin.oit.unc.edu>
- Subject: Re: tdsdump file always getting created.
- Date: 08 Nov 2002 14:16:14 +0100
Il ven, 2002-11-08 alle 12:18, Bill Thompson ha scritto:
> Hi,
>
> I know theer was a thread on this a few days ago.
>
> I hit the same problem, and solved it with the following alteration in
> tds_connect().
>
> Before:
> /*
> ** If a dump file has been specified, start logging
> */
> if (connect_info->dump_file) {
> tdsdump_open(connect_info->dump_file);
> }
> After:
> /*
> ** If a dump file has been specified, start logging
> */
> if (*(connect_info->dump_file)) {
> tdsdump_open(connect_info->dump_file);
> }
>
> Did someone get round this another way ?
>
Yes, yesterday Nick fix the problem. If tdsdump_open is called with NULL
or an empty string it do not log.
freddy77
-
tdsdump file always getting created.,
Bill Thompson, 11/08/2002
- <Possible follow-up(s)>
- Re: tdsdump file always getting created., Frediano Ziglio, 11/08/2002
- RE: tdsdump file always getting created., Wilson, John, 11/13/2002
- RE: tdsdump file always getting created., Castellano, Nicholas, 11/13/2002
- RE: tdsdump file always getting created., Wilson, John, 11/13/2002
- RE: tdsdump file always getting created., Lowden, James K, 11/13/2002
- RE: tdsdump file always getting created., Castellano, Nicholas, 11/13/2002
- RE: tdsdump file always getting created., Wilson, John, 11/13/2002
Archive powered by MHonArc 2.6.24.