[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 >> ADODB Library for PHP5 2 3 (c) 2000-2012 John Lim (jlim@natsoft.com) 4 5 Released under both BSD and GNU Lesser GPL library license. 6 This means you can use it in proprietary products. 7 8 9 Introduction 10 ============ 11 12 PHP's database access functions are not standardised. This creates a 13 need for a database class library to hide the differences between the 14 different databases (encapsulate the differences) so we can easily 15 switch databases. 16 17 We currently support MySQL, Interbase, Sybase, PostgreSQL, Oracle, 18 Microsoft SQL server, Foxpro ODBC, Access ODBC, Informix, DB2, 19 Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. 20 21 We hope more people will contribute drivers to support other databases. 22 23 24 Documentation and Examples 25 ========================== 26 27 Refer to the adodb/docs directory for full documentation and examples. 28 There is also a tutorial tute.htm that contrasts ADODB code with 29 mysql code. 30 31 32 33 Files 34 ===== 35 36 adodb.inc.php is the main file. You need to include only this file. 37 38 adodb-*.inc.php are the database specific driver code. 39 40 test.php contains a list of test commands to exercise the class library. 41 42 adodb-session.php is the PHP4 session handling code. 43 44 testdatabases.inc.php contains the list of databases to apply the tests on. 45 46 Benchmark.php is a simple benchmark to test the throughput of a simple SELECT 47 statement for databases described in testdatabases.inc.php. The benchmark 48 tables are created in test.php. 49 50 readme.htm is the main documentation. 51 52 tute.htm is the tutorial. 53 54 55 More Info 56 ========= 57 58 For more information, including installation see readme.htm 59 or visit 60 http://adodb.sourceforge.net/ 61 62 63 >> Feature Requests and Bug Reports 64 65 Email to jlim@natsoft.com 66 67 68
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |