1

I am trying to set up an ODBC connection on Ubuntu. I've been swimming in various config files. Could someone please remind me the directory in which the odbc config file is stored? It is called the odbc.ini file, correct? And is there another config file I have to add or that is the only file that controls ODBC?

Thanks, Alex

Genadinik
  • 1,103
  • 4
  • 19
  • 39

2 Answers2

1

usually in /etc/odbcinst.ini , /etc/odbc.ini and ~/.odbc.ini

ubuntu manpage

laurent
  • 2,055
  • 16
  • 14
0

Depending on how you installed unixodbc, the config files could be stored in different locations. You can run odbcinst -j to get the configured locations for you system.

Justin Niessner
  • 141
  • 1
  • 7