Re: problem connecting to datasource defined in freetds.conf
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Patrick Kaeding wrote: > However, if I try to connect using the definition in my freetds.conf > file, like this: > > % tsql -S Millie -U sa > > after entering my password, it seems to be trying to generate a > prompt, but it just keeps counting. I will see `1`, followed by `2`, > etc, without ever displaying a `>` character. > > Here is what I have for my freetds.conf: > > [global] > # TDS protocol version > tds version = 8.0 > text size = 64512 > > [Millie] > host = 10.100.102.202 > port = 1086 If you use TDSDUMP, does it say it's using TDS 8.0 when you fail to connect? If so, see what TDSDUMPCONFIG says. HTH. --jkl