Skip to Content.
Sympa Menu

freetds - Re: [freetds] Regarding MSSQL connection

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] Regarding MSSQL connection
  • Date: Fri, 27 Feb 2009 17:13:34 +0100

Il giorno ven, 27/02/2009 alle 20.27 +0530, Gopalakrishnan A.N ha
scritto:
> Hi,
> when i run this command isql -v <dsn-name> <user-name> <password>
> [root@localhost ~]# isql -v sql cims $ql$wtcintra08
> [S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source
> [37000][unixODBC][FreeTDS][SQL Server]Login failed for user 'cims'.
> [ISQL]ERROR: Could not SQLConnect
> [root@localhost ~]#
>
> But I can able to connect thru windows ODBC. with same username and
> password.
>

Perhaps the problem is that you have to quote password like

[root@localhost ~]# isql -v sql cims '$ql$wtcintra08'

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page