Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

XMLDB preliminary links: Difference between revisions

From MoodleDocs
Line 17: Line 17:
* http://phpbuilder.com/columns/alberto20000919.php3 and http://linuxjournal.com/article/6636: Installation of SQL*Server drivers.
* http://phpbuilder.com/columns/alberto20000919.php3 and http://linuxjournal.com/article/6636: Installation of SQL*Server drivers.
* http://www.oracle.com/technology/tech/php/htdocs/inst_php_apache_linux.html: Installation of Oracle Server drivers.
* http://www.oracle.com/technology/tech/php/htdocs/inst_php_apache_linux.html: Installation of Oracle Server drivers.
==== Useful links ====


* http://www.php.net/mssql: PHP's page about SQL*Server.
* http://www.php.net/mssql: PHP's page about SQL*Server.
* http://www.php.net/manual/en/ref.oci8.php: PHP's page about Oracle.
* http://www.php.net/manual/en/ref.oci8.php: PHP's page about Oracle.
* http://www.freetds.org/: Main page of TDS (tabular data stream) for Unix/Linux.

Revision as of 22:45, 11 May 2006

XML Database Schema -> XMLDB Preliminary Links


This page includes all the links that were found googling the Internet, searching for info, examples, paths and solutions to the whole project of increase the supported DBs working together with Moodle 1.7 and upwards.

The list below isn't ordered nor well classified, some of the links could be inaccurate, inexact or trivial, but they have been part of the preliminary work, so they will remain here. Thanks to all of them!

From ADOdb HQ

Installation Instructions

Useful links