Differences between revisions 30 and 31
Revision 30 as of 2008-08-18 13:10:59
Size: 1517
Editor: 194
Comment:
Revision 31 as of 2008-10-06 16:03:36
Size: 1519
Editor: 121
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
  * ["SAP DB"] (also known as "MaxDB")   * ["SAP DB"] (a  lso known as "MaxDB")

Choosing a Database System

This page should help in choosing the right database system.

Relational Database Systems

Database systems employing a relational model, with support for SQL.

  • IBM ["DB2"]
  • ["Firebird"] (and Interbase)
  • ["Informix"]
  • ["Ingres"]
  • ["MySQL"]
  • ["Oracle"]
  • ["PostgreSQL"]
  • ["SAP DB"] (a lso known as "MaxDB")
  • Microsoft ["SQL Server"]
  • ["Sybase"]

The following database systems are more oriented towards embedded applications:

  • GadFly

  • ["SQLite"]
  • ["ThinkSQL"]

To add new entries (choose DatabaseTemplate when creating the page).

Database Interfaces and APIs

  • Most databases have ODBC support; see the section below on ODBC modules.
  • Java databases usually support JDBC, and can be used from Jython.
  • See also DbApiModuleComparison

ODBC Support

ADO Support

Non-Relational Databases

ChoosingDatabase (last edited 2008-12-08 12:36:21 by MarcAndreLemburg)

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