Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

    Code:
    ./configure
    make
    makeinstall
    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?

  2. #2
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    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

  3. #3
    Just 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?

  4. #4
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    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.html
    linux user # 503963

  5. #5
    Just 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?

  6. #6
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    on my system it was called odbc_config, but again i did not do it via the GUI so YMMV.
    linux user # 503963

  7. #7
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    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

  8. #8
    Just 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?

  9. #9
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...