egroupware_official/phpgwapi/inc/adodb
2011-04-10 15:06:22 +00:00
..
contrib imported ADOdb version 4.20 released 27 Feb 2004 2004-03-15 22:17:52 +00:00
cute_icons_for_site imported ADOdb version 4.20 released 27 Feb 2004 2004-03-15 22:17:52 +00:00
datadict ORA - Fixed schema creation (indexes, triggers and secuences): 2007-10-18 04:29:16 +00:00
docs Fix an invalid link definition in the adodb documentation. 2010-07-31 06:11:05 +00:00
drivers some more PostgreSQL stuff from ADOdb 5.11 2011-04-10 15:06:22 +00:00
lang imported adodb 4.65 2005-09-26 10:12:10 +00:00
pear imported adodb 4.65 2005-09-26 10:12:10 +00:00
perf imported adodb 4.65 2005-09-26 10:12:10 +00:00
session patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
xsl imported version 4.51 of ADOdb 2004-08-02 08:30:47 +00:00
adodb-csvlib.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-datadict.inc.php allow to limit size of index by appending it in brackets after the column name, eg. "column(32)", which is already supported by ADOdb, by was broken by our fix to always quote names, to allow column names which are reserved words, eg. "timestamp" in phpfreechat 2010-09-15 13:27:26 +00:00
adodb-error.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-errorhandler.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-errorpear.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-exceptions.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-iterator.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-lib.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-pager.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-pear.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
adodb-perf.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
adodb-php4.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-time.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
adodb-time.zip imported adodb 4.65 2005-09-26 10:12:10 +00:00
adodb-xmlschema.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
adodb.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
license.txt imported ADOdb ver. 4.50 which should solve many php5 probs 2004-07-10 07:19:40 +00:00
pivottable.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
readme.txt import ADOdb 4.52 2004-08-15 18:45:20 +00:00
rsfilter.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
server.php disabled it for security reasons 2006-03-08 22:13:00 +00:00
toexport.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
tohtml.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
xmlschema.dtd imported version 4.51 of ADOdb 2004-08-02 08:30:47 +00:00

>> ADODB Library for PHP4

(c) 2000-2004 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 the adodb/docs directory 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
or visit
           http://adodb.sourceforge.net/


>> Feature Requests and Bug Reports

Email to jlim@natsoft.com.my