Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2015-09-21 12:27:51
Size: 1039
Comment:
Revision 4 as of 2015-09-22 11:07:46
Size: 2677
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
It is sorted by database backend. It groups drivers by database backend.

<<TableOfContents()>>
Line 17: Line 19:
== SQL Server == == Microsoft SQL Server ==

 * [[https://msdn.microsoft.com/en-us/sqlserver/connectivity.aspx#SNAC|MS SQL Server Native Client for SQL Server 2005, 2008 and later]]
 <<BR>>
 Free, supported by Microsoft and available for Windows and 64-bit Linux.

 * [[http://www.freetds.org/|FreeTDS Unix ODBC Driver for SQL Server]]
 <<BR>>
 Open-source TDS protocol client library, which comes with an ODBC driver.

 * [[http://www.easysoft.com/|EasySoft ODBC Driver for SQL Server]]

 * [[http://www.openlinksw.com/|OpenLink ODBC Driver for SQL Server]]

 * [[http://www.datadirect.com/|DataDirect ODBC Driver for SQL Server]]

 * [[http://www.actualtech.com/|Actual Technologies Mac OS X ODBC Driver for SQL Server]]

 * [[https://www.devart.com/odbc/sqlserver/|Devart SQL Server ODBC Driver]]
Line 22: Line 42:

 * [[http://www.oracle.com/technology/tech/oci/instantclient/index.html|Oracle Instant Client ODBC driver]]
 <<BR>>
 Free, supported by Oracle. Works on Windows, Linux, Mac OS X, AIX, z/Linux, Solaris, HP-UX.
Line 28: Line 52:

== IBM DB2 ==

 * ''Please add new entries here''

== Firebird (and Interbase) ==

 * ''Please add new entries here''

== IBM Informix ==

 * ''Please add new entries here''

== Ingres ==

 * ''Please add new entries here''

== Teradata ==

 * ''Please add new entries here''

== IBM Netezza ==

 * ''Please add new entries here''

== MySQL ==

 * ''Please add new entries here''

== PostgreSQL ==

 * ''Please add new entries here''

== SAP DB (also known as "MaxDB") ==

 * ''Please add new entries here''

== Microsoft Access ==

 * ''Please add new entries here''

ODBC Drivers

This page provides resources for people looking for ODBC drivers which they can then use with one of the available Python ODBC interfaces.

It groups drivers by database backend.

Generic Lists

Microsoft SQL Server

Oracle

Sybase ASE

  • Please add new entries here

IBM DB2

  • Please add new entries here

Firebird (and Interbase)

  • Please add new entries here

IBM Informix

  • Please add new entries here

Ingres

  • Please add new entries here

Teradata

  • Please add new entries here

IBM Netezza

  • Please add new entries here

MySQL

  • Please add new entries here

PostgreSQL

  • Please add new entries here

SAP DB (also known as "MaxDB")

  • Please add new entries here

Microsoft Access

  • Please add new entries here

ODBCDrivers (last edited 2016-06-14 16:57:43 by JerodJohnson)

Unable to edit the page? See the FrontPage for instructions.