ADOdb - Another DB access (PHP)

ADOdb stands for Active Data Objects Data Base. We currently support MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL 7, Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite and generic ODBC. The Sybase, Informix, FrontBase and PostgreSQL drivers are community contributions. You find it here at \(mini)xampp\php\pear\adodb.

The example:

  Database server (MySQL, Oracle ..?)   Host of the DB server (name or IP)
   
       
  Username   Password
   
       
  Current database on this database server   Selected table of database
   
       
     

 

 

Show source code