You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jose Filipi d89e5c3cfa Migrando Repositório 2 years ago
..
datadict Migrando Repositório 2 years ago
drivers Migrando Repositório 2 years ago
lang Migrando Repositório 2 years ago
perf Migrando Repositório 2 years ago
xsl Migrando Repositório 2 years ago
adodb-active-record.inc.php Migrando Repositório 2 years ago
adodb-active-recordx.inc.php Migrando Repositório 2 years ago
adodb-csvlib.inc.php Migrando Repositório 2 years ago
adodb-datadict.inc.php Migrando Repositório 2 years ago
adodb-error.inc.php Migrando Repositório 2 years ago
adodb-errorhandler.inc.php Migrando Repositório 2 years ago
adodb-errorpear.inc.php Migrando Repositório 2 years ago
adodb-exceptions.inc.php Migrando Repositório 2 years ago
adodb-iterator.inc.php Migrando Repositório 2 years ago
adodb-lib.inc.php Migrando Repositório 2 years ago
adodb-memcache.lib.inc.php Migrando Repositório 2 years ago
adodb-pager.inc.php Migrando Repositório 2 years ago
adodb-pear.inc.php Migrando Repositório 2 years ago
adodb-perf.inc.php Migrando Repositório 2 years ago
adodb-php4.inc.php Migrando Repositório 2 years ago
adodb-time.inc.php Migrando Repositório 2 years ago
adodb-xmlschema.inc.php Migrando Repositório 2 years ago
adodb-xmlschema03.inc.php Migrando Repositório 2 years ago
adodb.inc.php Migrando Repositório 2 years ago
index.html Migrando Repositório 2 years ago
license.txt Migrando Repositório 2 years ago
pivottable.inc.php Migrando Repositório 2 years ago
readme.txt Migrando Repositório 2 years ago
readme_moodle.txt Migrando Repositório 2 years ago
rsfilter.inc.php Migrando Repositório 2 years ago
toexport.inc.php Migrando Repositório 2 years ago
tohtml.inc.php Migrando Repositório 2 years ago
xmlschema.dtd Migrando Repositório 2 years ago
xmlschema03.dtd Migrando Repositório 2 years ago

readme.txt

>> ADODB Library for PHP5


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

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