Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: ADOdb.

ADOdb: Difference between revisions

From MoodleDocs
m (link)
(Replaced content with "{{Moved_to_dev_docs}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
For more information about adodb, you could go to http://adodb.sourceforge.net/
{{Moved_to_dev_docs}}
 
The whole idea behind adodb is that PHP's database access functions are not standardized. This creates a need for a database class library to hide the differences between the different database API's (encapsulate the differences) so we can easily switch databases.
 
Adodb currently support MySQL, Oracle, Microsoft SQL Server, Sybase, Sybase SQL Anywhere, DB2, Informix, PostgreSQL, FrontBase, Interbase (Firebird and Borland variants), Foxpro, Access, ADO, SAP DB, SQLite and [[ODBC]]. We have had successful reports of connecting to Progress and other databases via ODBC.

Latest revision as of 07:53, 16 June 2011

This development related page is now located in the Dev docs.

See the ADOdb page in the Dev docs.