- 1,233 categories
- 40,621 scripts
Updated: 03/03/2005
- ActiveDBLib is a PHP class to access MySQL or other databases by using various database abstraction libraries. Its primary intention is to hide the differences between the different abstraction libraries, and to provide standard methods for the database connection, query, and result operations. It currently supports the ADODB, PEAR:DB, and Metabase libraries. This way, not only a project can be database independent, but also be database abstraction library independent.
- Categories
- Tags
- Platforms
- Licenses
- Author
- K PHP Develop is an integrated Web developement tool, something like MS Interdev. It was designed for team work. K PHP Develop contains three modules: Server, Server Setup, Client and plugins for accessing database servers supporting PostgresSQL, MyS...
- PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database.
- Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an Access database, Setting up an ODBC Connection, and Interfacing with database.
- PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some situations. In this tutorial, you will learn how to access MySQL using PHP. Main topics include: Creat...
- Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...