moodle/lib/adodb
2004-03-07 02:33:26 +00:00
..
adodb-xmlschema-0.0.1-snap20030511 Updates to ADOdb 4.0.1 - some bug fixes 2003-10-25 05:59:58 +00:00
cute_icons_for_site Upgraded to ADOsb 2.00 2002-05-17 13:24:50 +00:00
datadict Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
drivers Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
lang Upgrading ADOdb to 4.11 ... there were lots of little bug fixes 2004-01-30 03:11:47 +00:00
perf Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
session Upgrading ADOdb to 4.11 ... there were lots of little bug fixes 2004-01-30 03:11:47 +00:00
tests Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
xsl Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-connection.inc.php Upgraded ADOdb to 3.60 ... supposed to be faster plus has bugfixes 2003-07-05 06:23:27 +00:00
adodb-cryptsession.php Updates to ADOdb 4.0.1 - some bug fixes 2003-10-25 05:59:58 +00:00
adodb-csvlib.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-datadict.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-error.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-errorhandler.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-errorpear.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-exceptions.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-iterator.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-lib.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-pager.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-pear.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-perf.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-php4.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-recordset.inc.php Upgraded ADOdb to 3.60 ... supposed to be faster plus has bugfixes 2003-07-05 06:23:27 +00:00
adodb-session-clob.php Updates to ADOdb 4.0.1 - some bug fixes 2003-10-25 05:59:58 +00:00
adodb-session.php Updates to ADOdb 4.0.1 - some bug fixes 2003-10-25 05:59:58 +00:00
adodb-time.inc.php Upgrading ADOdb to 4.11 ... there were lots of little bug fixes 2004-01-30 03:11:47 +00:00
adodb-time.zip Upgraded to AdoDB 4.00 ... starting to think seriously about the 2003-10-22 08:52:42 +00:00
adodb-xmlschema.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
adodb-xmlschema.zip Upgraded to AdoDB 4.00 ... starting to think seriously about the 2003-10-22 08:52:42 +00:00
adodb.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
crypt.inc.php Upgraded to AdoDB 4.00 ... starting to think seriously about the 2003-10-22 08:52:42 +00:00
docs-adodb.htm Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
docs-datadict.htm Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
docs-perf.htm Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
docs-session.htm Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
license.txt Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
pivottable.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
readme.htm Upgraded to AdoDB 4.00 ... starting to think seriously about the 2003-10-22 08:52:42 +00:00
readme.txt Upgraded to AdoDB 4.00 ... starting to think seriously about the 2003-10-22 08:52:42 +00:00
rsfilter.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
server.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
tips_portable_sql.htm Upgrading ADOdb to 4.11 ... there were lots of little bug fixes 2004-01-30 03:11:47 +00:00
toexport.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
tohtml.inc.php Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
tute.htm Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00
xmlschema.dtd Latest version ADOdb 4.20 2004-03-07 02:33:26 +00:00

>> ADODB Library for PHP4

(c) 2000-2002 John Lim (jlim@natsoft.com.my)

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 jlim@natsoft.com.my