Re: FreeTDS on Debian: connect to MSSQL with ODBC fails
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Peter C. Norton wrote: > > though it looks like osql is using strings on the isql binary instead > of something more sensbile like ldd, objdump -x, etc. So this could > get more complex. The current version of osql does indeed parse ldd output if strings(1) fails to find any candidates. I'm interested in improving the script to deal with any environments to which I don't have access. It's a sort of on-going experiment in whether or not a simple bourne shell script can identify all odbc configuration problems. --jkl