source: sandbox/2.5.1-evolucao/phpgwapi/inc/adodb/readme.txt @ 8222

Revision 8222, 1.7 KB checked in by angelo, 11 years ago (diff)

Ticket #3491 - Compatibilizar Expresso com novas versoes do PHP

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