Results 1 to 6 of 6

Thread: Where to get ODBC drivers in unix

  1. #1
    Join Date
    Jun 2009
    Posts
    321

    Where to get ODBC drivers in unix

    Hi all,

    I am windows programmer and using Windows ODBC in my database connectivity, But now i am using UNIX, and want to connect database through through ODBC, Can anybody have any idea to get ODBC drivers in unix. cheers.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Where to get ODBC drivers in unix

    iODBC that have full form Independent Open DataBase Connectivity is an open Source platform independent implementation of ODBC in UNIX. It provides both an ODBC driver manager and software development Kit that provide the development of database independent applications. It includes a GTK+-based administration tool. You can try this and reply.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Where to get ODBC drivers in unix

    DataDirect ODBC Driver for UNIX is most reliable, best performing ODBC driver for UNIX or Linux platforms. It have features like eliminates the need for database client libraries, equivalent to Microsoft Windows ODBC Driver Manager,
    quality and reliability. It supports a wide range of processor like IBM AIX, HP-UX IPF, and Sun Solaris.It is available for all database package eg. Oracle, DB2, SQL Server, Sybase and MySQL.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Where to get ODBC drivers in unix

    unixODBC is also provides Unix applications with the same ODBC 3.51 API. It gives a Driver Manager that supports the full ODBC API .It performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also provide GUI for users to used by application. It works with MySQL, Postgres, StarOffice, OpenOffice, Applixware, iHTML, PHP and Perl. It have a pooling feature that increase performance with applications. You should try this and reply. Best of luck.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Where to get ODBC drivers in unix

    I am using unixODBC source distribution which is open source and available in gzipped tar file. You need to just Uncompress it and then put on the resultant file. The option of untar the file is
    Code:
    tar -xvf unixODBC-2.2.12.tar
    Then change the file to resultant directory and run as:
    Code:
    ./configure --help
    which will display list all the options configure.
    Last edited by Reegan; 16-01-2010 at 03:07 AM.

  6. #6
    Join Date
    May 2008
    Posts
    2,297

    Where to get ODBC drivers in unix

    I will tell you some methods of installing an ODBC driver under unixODBC :
    # you need to write a program which links with libodbcinst.so and calls SQLInstallDriver.
    # OR You should create an ODBC driver template file and run odbcinst by these command:
    Code:
        odbcinst -f template_file -d -i

Similar Threads

  1. ODBC drivers are missing in win 7 home premium
    By Kanesteyn in forum Windows Software
    Replies: 3
    Last Post: 28-11-2011, 04:01 PM
  2. No ODBC Drivers available for Excel or Access in Windows 7
    By Mahican in forum Networking & Security
    Replies: 7
    Last Post: 01-11-2011, 12:59 PM
  3. ODBC Drivers 64-Bit
    By NMahmoud in forum Windows Server Help
    Replies: 4
    Last Post: 13-10-2009, 01:51 PM
  4. Error Microsoft OLE DB Provider for ODBC Drivers
    By Aienstaien in forum Software Development
    Replies: 3
    Last Post: 12-05-2009, 09:56 PM
  5. How do I reinstall ODBC Drivers?
    By longevity in forum Windows XP Support
    Replies: 1
    Last Post: 31-12-2006, 11:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,273,399.82307 seconds with 17 queries