source: trunk/phpgwapi/inc/adodb/readme.txt @ 2

Revision 2, 1.6 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

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