Skip to Content.
Sympa Menu

freetds - Re: [freetds] freeTDS to access sqlserverExpress

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] freeTDS to access sqlserverExpress
  • Date: Mon, 16 Mar 2009 16:13:37 +0100

2009/3/16 Duncan Kerr <DKerr AT nyx.com>:
> Frediano
>
> Thanks for your reply.  I have changed my ~/.freetds.conf, and used the
> command below - but it still fails.  Also, if I change the default database
> to xxxx (invalid value) I get the same errors.
>
> .freetds.conf
> --------------
> [xph]
>    host = XPH03846
>    port=1433
>    tds version=8.0
>    instance=sqlexpress
>
> /home/duncank/freetds-0.82/src/apps
> lxdevws85 apps% tsql -S xph  -U sa -P root -D dunc2
> locale is "C"
> locale charset is "ANSI_X3.4-1968"
> Default database being set to dunc2
> 16 There was a problem connecting to the server
>
> Duncan Kerr
> NYSE Technologies
> t +44 (0)20 7655 7214
>

Opps... I forgot... remove port...

[xph]
host = XPH03846
tds version=8.0
instance=sqlexpress

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page