|
| ||||||||||
| Tags: database, odbc, odbc drivers, unix |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Where to get ODBC drivers in unix
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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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.
__________________ The FIFA Manager 2009 PC Game |
|
#5
| ||||
| ||||
| 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 Code: ./configure --help
__________________ Grand Theft Auto 4 PC Video Game Last edited by Reegan : 16-01-2010 at 02:07 AM. |
|
#6
| ||||
| ||||
| 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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Where to get ODBC drivers in unix" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ODBC drivers are missing in win 7 home premium | Kanesteyn | Windows Software | 3 | 28-11-2011 03:01 PM |
| No ODBC Drivers available for Excel or Access in Windows 7 | Mahican | Networking & Security | 7 | 01-11-2011 12:59 PM |
| ODBC Drivers 64-Bit | NMahmoud | Windows Server Help | 4 | 13-10-2009 01:51 PM |
| Error Microsoft OLE DB Provider for ODBC Drivers | Aienstaien | Software Development | 3 | 12-05-2009 09:56 PM |
| How do I reinstall ODBC Drivers? | longevity | Windows XP Support | 1 | 31-12-2006 10:00 PM |