文件名称:ADOdb.Manual.chm
文件大小:487KB
文件格式:CHM
更新时间:2012-01-20 07:31:55
ADOdb.Manual.chm
PHP's database access functions are not standardised. This creates a need for a database class library to hide the differences between the different database API's (encapsulate the differences) so we can easily switch databases. PHP 4.0.5 or later is now required (because we use array-based str_replace). We currently support MySQL, Oracle, Microsoft SQL Server, Sybase, Sybase SQL Anywhere, Informix, PostgreSQL, FrontBase, Interbase (Firebird and Borland variants), Foxpro, Access, ADO and ODBC. We have had successful reports of connecting to Progress, SQLite and DB2 via ODBC. We hope more people will contribute drivers to support other databases. PHP4 supports session variables. You can store your session information using ADOdb for true portability and scalability. See adodb-session.php for more information.