[freetds] Connectivity !

Franck Y franck110 at gmail.com
Mon Nov 17 10:41:15 EST 2008


On Sun, Nov 16, 2008 at 5:47 PM, James K. Lowden <jklowden at freetds.org> wrote:
> 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

>


Hello I used it like this
( setenv TDSVER 7.0 ; tsql -H myserver -p 1433 -U sa )

It did not work neither...


-- 
Franck


More information about the FreeTDS mailing list