freetds /usr/local/etc/freetds.conf /usr/local/etc [root@mid etc]# cat freetds.conf # # # $Id: freetds.conf,v 1.9 2003/12/04 22:26:55 freddy77 Exp $ # # The freetds.conf file is a replacement for the original interfaces # file developed by Sybase. You may use either this or the interfaces # file, but not both. # # FreeTDS will search for a conf file in the following order: # # 1) check if a file was set programatically via dbsetifile() and # is in .conf format, if so use that, # # 2) otherwise, if env variable FREETDSCONF specifies a properly # formatted config file, use it, # # 3) otherwise, look in ~/.freetds.conf, # # 4) otherwise, look in @sysconfdir@/freetds.conf # # If FreeTDS has found no suitable conf file it will then search for # an interfaces file in the following order: # # 1) check if a file ...