Re: Regarding MSSQL connection
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1235751214.6882.20.camel@freddy> |
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