Re: Connectivity !

"James K. Lowden" <[email protected]>
Newsgroups gmane.comp.db.tds.freetds
Message-ID <[email protected]>
Franck Y wrote:
> i did
> tsql -H myserver -p 1433 -U sa
> It ask for my password but i get everytimes "There was a problem
> conencting to the server"

You must use an environment variable to set the TDS protocol version
number (unless you set it at configure time).  Try:

$ TDSVER=7.0 tsql -H myserver -p 1433 -U sa

Or set up freetds.conf and use "tsql -S ...".  

HTH. 

--jkl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.