phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/db/docs/readme.txt, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] api/db/docs/readme.txt, 1.1.2.1
Date: Thu, 20 May 2004 19:13:23 -0000

Update of /api/db/docs
Added Files:
        Branch: proposal-branch
          readme.txt

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +59 -0

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
>> ADODB Library for PHP4

(c) 2000-2002 John Lim (address@hidden)

Released under both BSD and GNU Lesser GPL library license. 
This means you can use it in proprietary products.
 
 
>> Introduction

PHP's database access functions are not standardised. This creates a 
need for a database class library to hide the differences between the 
different databases (encapsulate the differences) so we can easily 
switch databases.

We currently support MySQL, Interbase, Sybase, PostgreSQL, Oracle, 
Microsoft SQL server,  Foxpro ODBC, Access ODBC, Informix, DB2,
Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. 

We hope more people will contribute drivers to support other databases.


>> Documentation and Examples

Refer to readme.htm for full documentation and examples. There is also a 
tutorial tute.htm that contrasts ADODB code with mysql code.


>>> Files
Adodb.inc.php is the main file. You need to include only this file.

Adodb-*.inc.php are the database specific driver code.

Test.php contains a list of test commands to exercise the class library.

Adodb-session.php is the PHP4 session handling code.

Testdatabases.inc.php contains the list of databases to apply the tests on.

Benchmark.php is a simple benchmark to test the throughput of a simple SELECT 
statement for databases described in testdatabases.inc.php. The benchmark
tables are created in test.php.

readme.htm is the main documentation.

tute.htm is the tutorial.


>> More Info

For more information, including installation see readme.htm


>> Feature Requests and Bug Reports

Email to address@hidden 


 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]