Re: problem connecting to datasource defined in freetds.conf
Daniel Fazekas <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Mar 30, 2010, at 02:17, 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. Try TDSDUMPCONFIG=stdout tsql -S Millie -U sa It's probably not picking up or interpreting your config file properly.