Re: Problems Connecting Debian --> MSSQL through odbc
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/7/14 Jaap van Arragon <[email protected]>: > Jep. I can ping to my host and I can connect through telnet on port 1433. > > I've tested it with tsql and got this result: > > SERVER:# TDSVER=7.0 tsql -H IPADDRESS -p 1433 -U admin > locale is "en_US.UTF-8" > locale charset is "UTF-8" > Password: > 1> > 2> > 3> > 4> > > Does this mean I van connect through TSQL but not through Isql? > This means that the computer and FreeTDS can connect to your server! Try adding TDS_Version=7.0 to GROUP section of your ini file. You can also try removing Database = [327] line freddy77