Re: Struggling to connect to Sybase
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Jan 2011 14:38:07 +0700 Jean Jordaan <[email protected]> wrote: > The credentials are in the config file: > > > pims@dweb66:~$ cat odbc.ini > > [FinanceDB] > [...] > > User=user > > Password=pass > > Am I using the right keys? http://www.freetds.org/userguide/odbcconnattr.htm Credentials are not supported in odbc.ini. (Note the difference between tables 4.1 and 4.2.) Kerberos is supported, however. --jkl