Jump to content

[SOLVED] What databases does PHP support?


climbjm

Recommended Posts

There is support for dbase, but it's not recommended to use dbase for a production environment.  The support is there to import data from dbase into a better database engine, such as MySQL, which is what my project at work does.
Thank you btherl.

I found out:

[url=http://sg.php.net/manual/en/ref.dbx.php]http://sg.php.net/manual/en/ref.dbx.php[/url]
FrontBase (available from PHP 4.1.0), Microsoft SQL Server, MySQL, ODBC, PostgreSQL, Sybase-CT (available from PHP 4.2.0), Oracle (oci8) (available from PHP 4.3.0), SQLite (PHP 5).

[url=http://sg.php.net/manual/en/ref.uodbc.php]http://sg.php.net/manual/en/ref.uodbc.php[/url]
The following databases are supported by the Unified ODBC functions: Adabas D, IBM DB2, iODBC, Solid, and Sybase SQL Anywhere.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.