Results 1 to 9 of 9
I'm new to using Linux CentOS and do not know how odbc works at all with Linux, i've read a few guides and i've downloaded unixODBC and installed it by ...
- 05-20-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 4
Odbc
I'm new to using Linux CentOS and do not know how odbc works at all with Linux, i've read a few guides and i've downloaded unixODBC and installed it by running
so far so good, but now what do i do to create/remove and run odbc and is there any way i can have some sort of gui when adding odbc?Code:./configure make makeinstall
- 05-20-2010 #2
http://www.unixodbc.org/doc/
chances are you will be putting freetds on there as well, but i suppose it depends on what you are doing with ODBC.linux user # 503963
- 05-20-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 4
I will be using Freetds with unixodbc, does unixodbc or freetds come with a gui program on setting up odbc links? if so then which and how will i be able to run them?
- 05-20-2010 #4
when i did it i did it like this basically, since it was a PHP application. not sure about a GUI:
http://www.unixodbc.org/doc/FreeTDS.htmllinux user # 503963
- 05-20-2010 #5Just Joined!
- Join Date
- May 2010
- Posts
- 4
I'm trying to set up ODBC links using ODBCConfig, i've downloaded unixodbc and installed it using configure,make and makeinstall but when I go to the shell, su, and enter ODBCConfig I get command not found. I've searched my hard drive and cannot find it anywhere. Is there another package I need to install?
- 05-20-2010 #6
on my system it was called odbc_config, but again i did not do it via the GUI so YMMV.
linux user # 503963
- 05-20-2010 #7
you may want to also do a yum search for unixODBC-gui-qt, or maybe even unixODBC to see what packages are available to you
linux user # 503963
- 05-20-2010 #8Just Joined!
- Join Date
- May 2010
- Posts
- 4
odbc_config and OBDCconfig are 2 completely different commands. ODBCconfig is the command to launch the GUI interface for adding or removing ODBC links, but when i try the ODBCconfig command is says command not found...does anyone know the package i must download/install to get this to work?
- 05-20-2010 #9
did you try unixODBC-gui-qt or unixODBC-gui? might warrant a 'yum search' to see the packages are available on centos.
linux user # 503963


Reply With Quote