Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2005-09-14 13:50:13
Size: 618
Editor: gate117
Comment: original
Revision 13 as of 2013-08-11 12:29:26
Size: 1565
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''IBM DB2 (UDB) RDBMS.''' #pragma section-numbers off
Line 3: Line 3:
From official site: ''DB2 Universal Database is the database management system that delivers a flexible and cost-effective database platform to build robust on demand business applications. DB2 UDB further leverages your resources with broad support for open standards and popular development platforms like J2EE and Microsoft .NET. The DB2 UDB family also includes solutions tailored for specific needs like business intelligence and advanced tooling. Whether your business is large or small, DB2 UDB has a solution built and priced to meet your unique needs.'' = IBM DB2 =
Line 5: Line 5:
Please see Self:DB/2 == General Information ==

  URL:: http://www.ibm.com/db2
  licence:: proprietary
  platforms:: Linux, UNIX, Windows, z/OS

----

== DB API 2.0 Drivers ==

=== ibm_db ===

  URL:: http://code.google.com/p/ibm-db/
  licence:: Apache License Version 2.0
  platforms:: OS Independent
  Python versions:: ''to be specified''

=== PyDB2 ===

  URL:: http://sourceforge.net/projects/pydb2/
  licence:: GNU Library or Lesser General Public License (LGPL)
  platforms:: OS Independent
  Python versions:: ''to be specified''

=== ceODBC ===

  URL:: http://ceodbc.sourceforge.net/
  licence:: GNU Library or Lesser General Public License (LGPL)
  platforms:: OS Independent
  Python versions:: ''to be specified''

=== pyodbc ===

  URL:: http://code.google.com/p/pyodbc
  License:: MIT
  Platforms:: Windows, Linux, MacOS X, FreeBSD, Solaris, Any (source provided)
  Python versions:: 2.4 - 2.6

Actively maintained Open Source project.

Precompiled binaries are available for Windows. Red``Hat Enterprise Linux, Centos, and Fedora have precompiled RPMs available in their Extras repositories.

=== mxODBC ===

  URL:: http://www.egenix.com/products/python/mxODBC/
  Licence:: commercial
  Platforms:: Windows, Linux, MacOS X, FreeBSD, Solaris, AIX
  Python versions:: 2.4 - 2.7

DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries on Unix. It also supports the DB2 ODBC driver on Windows, including the those for DB2 running on z/OS.

IBM DB2

General Information

URL

http://www.ibm.com/db2

licence
proprietary
platforms
Linux, UNIX, Windows, z/OS


DB API 2.0 Drivers

ibm_db

URL

http://code.google.com/p/ibm-db/

licence
Apache License Version 2.0
platforms
OS Independent
Python versions

to be specified

PyDB2

URL

http://sourceforge.net/projects/pydb2/

licence
GNU Library or Lesser General Public License (LGPL)
platforms
OS Independent
Python versions

to be specified

ceODBC

URL

http://ceodbc.sourceforge.net/

licence
GNU Library or Lesser General Public License (LGPL)
platforms
OS Independent
Python versions

to be specified

pyodbc

URL

http://code.google.com/p/pyodbc

License
MIT
Platforms
Windows, Linux, MacOS X, FreeBSD, Solaris, Any (source provided)
Python versions
2.4 - 2.6

Actively maintained Open Source project.

Precompiled binaries are available for Windows. RedHat Enterprise Linux, Centos, and Fedora have precompiled RPMs available in their Extras repositories.

mxODBC

URL

http://www.egenix.com/products/python/mxODBC/

Licence
commercial
Platforms
Windows, Linux, MacOS X, FreeBSD, Solaris, AIX
Python versions
2.4 - 2.7

DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries on Unix. It also supports the DB2 ODBC driver on Windows, including the those for DB2 running on z/OS.

DB2 (last edited 2017-08-07 19:47:38 by MaximilianFuxjaeger)

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