Results 1 to 3 of 3

Thread: Database Compatability?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2005
    Posts
    76

    Unhappy Database Compatability?

    Hi guys,

    i m new to php and wud like to clear out some of my queries

    which Databases are compatible with php?



    with best regards
    kaushik

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Database Compatability?

    PHP has direct support for the SDKs of the following databases (list incomplete):
    DBM-style databases (BerkeleyDB and others)
    asa DB++ (experimental)
    fileProx (read-only)
    Firebird/InterBase
    FrontBase
    IBM DB2, IBM Cloudscape, Apache Derby
    Informix
    Ingres II
    Lotus Notes (experimental, not maintained)
    MySQL MaxDB
    MSSQL
    mSQL
    MySQL (classic)
    MySQL (MySQLi, supports MySQL 4.1+ features, only PHP 5+)
    Oracle
    Ovrimos SQL
    PostgreSQL
    SESAM
    SQLite
    Sybase
    Adabas D
    Solid

    In addition, various uniform interfaces are available:
    ODBC: can access any database with an ODBC driver.
    dbx: supports FrontBase, MSSQL, MySQL, PostgreSQL, Sybase, Oracle, SQLite, or any ODBC database.
    PDO (PHP Data Object, experimental, PHP 5+): supports all database with modules for them, currently Firebird, MSSQL, MySQL, Oracle, PostgreSQL, SQLite, or any ODBC database.
    PEAR::DB: currently supports Firebird, InterBase, Informix, mSQL, MSSQL, MySQL, Oracle, PostgreSQL, SQLite, Sybase, or any ODBC database.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Database Compatability?

    Dude, why have you posted the same question in 3 different places (at last count)? You're at the risk of getting half the answers. And it's not looked upon nicely.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width