Skip to Content.
Sympa Menu

freetds - Re: [freetds] unixODBC+FreeTDS isql query problems

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Crompton, SY (Shirley)" <s.y.crompton AT dl.ac.uk>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] unixODBC+FreeTDS isql query problems
  • Date: Mon, 3 Dec 2007 17:25:36 -0000

Hi James

Many thanks for the suggestion.

--Maybe try something like this:

$ echo 'select * from systypes select count(*) as nrows from systypes' \
> query.txt

$ TDSVER=7.0 TDSDUMP=stdout isql -S [...] < query.txt > query.log

and have a look at query.log. Are there two resultsets (output from two
queries)?

Yes, the query.log contains the 2 resultsets as expected. (Have not
appended the log as it takes up far too much space.) Does this means
that freeTDS is configured incorrectly? I've directly edited the
freeTDS.conf file as root. Do I have to install the file with a install
function?


Thanks

Shirley




Archive powered by MHonArc 2.6.24.

Top of Page