Re: Problems Connecting Debian --> MSSQL through odbc
Daniel Fazekas <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Jul 16, 2009, at 17:07, Jaap van Arragon wrote: >> Regarding (B), let's follow Frediano's suggestion: >> >> $ TDSDUMPCONFIG=stderr TDSDUMP=stderr \ >> isql -v svr usr pwd > OPTION 1: > SERVER:~# TDSDUMPCONFIG=stderr TDSDUMP=stderr > SERVER:~# isql -v TEST admin pass You missed the slash \ at the end of the TDSDUMP line. This way your enviromental variables are meaningless since they are not exported.