Differences between revisions 28 and 29
Revision 28 as of 2008-02-01 19:06:44
Size: 1470
Editor: PaulBoddie
Comment: Tidied up.
Revision 29 as of 2008-02-18 17:33:16
Size: 1475
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
  * ["SAP DB"] (renamed to MaxDB)   * ["SAP DB"] (also 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"] (also 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.