Skip to Content.
Sympa Menu

freetds - RE: need help resolving error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Wilson, John" <John.Wilson AT savvis.net>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: need help resolving error
  • Date: Thu, 31 Oct 2002 11:50:58 -0600


James,
interesting... I set TDSDUMPCONFIG:

2002-10-31 11:28:43.068569 IP addr is <not shown>
2002-10-31 11:28:43.068809 option = 'port' value = '1433'.
2002-10-31 11:28:43.069015 option = 'tds version 7.0' value = ''.
2002-10-31 11:28:43.069239 UNRECOGNIZED option 'tds version 7.0'...ignoring.
2002-10-31 11:28:43.069442 option = 'block size' value = '1024'.
2002-10-31 11:28:43.069673 UNRECOGNIZED option 'block size'...ignoring.

typo, I left out the "="!!! arg!

Curious if you know if setting 'initial block size' to 1024 or 2048 would
increase peformance? I noticed somewhere that even if block size is larger
than 512 (in 512 increments) that it still has to break these down
internally into 512 byte blocks.

thanks
john

-----Original Message-----
From: Lowden, James K [mailto:LowdenJK AT bernstein.com]
Sent: Thursday, October 31, 2002 9:57 AM
To: TDS Development Group
Subject: [freetds] RE: need help resolving error


Hi John,

> From: Wilson, John [mailto:John.Wilson AT savvis.net]
> Sent: October 31, 2002 10:13 AM
>
> If I build FreeTDS with TDSVER set to 7.0 and
> then the [global] tds version is set to 4.2, which one takes
> precidence?

--with-tdsver is the lowest priority, the last ditch
you-didn't-say-so-I'll-guess alternative.

Then, in rising order:

[global]
[your server]
TDSVER
API calls from your application

ignoring the file seeking algorithm, for simplicity.

> I just inspected the tdsdump.out file from running a simple
> tsql (which was
> rebuilt) and it's showing up as tds version 4.2. Not sure
> how this happend
> since I set it in ./configure and it's also set in the
> freetds.conf file.

It might be you're not picking up the freetds.conf you think you are.
TDSDUMPCONFIG will confirm. (tsql also responds to "version" typed in at
its prompt.)

> I'm also curious about the requirement? for aclocal-1.7. We
> have 1.6.

Not sure about this. Nick?

Regards,

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.



---
You are currently subscribed to freetds as: [john.wilson AT savvis.net]
To unsubscribe, forward this message to
$subst('Email.Unsub')




Archive powered by MHonArc 2.6.24.

Top of Page