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
m (category)
Line 1: Line 1:
[[XML Database Schema]] -> XMLDB Preliminary Links
[[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.
This page includes all the links that were found googling the Internet, searching for info, examples, paths and solutions to the whole project of increasing the supported databases 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!
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 ====
==== From ADOdb HQ ====


* http://adodb.sourceforge.net: ADOdb Home Page ([http://adodb.sourceforge.net/#docs documentation], [http://phplens.com/lens/lensforum/topics.php?id=4 forums], [http://adodb.sourceforge.net/#mail mailing lists], [http://adodb.sourceforge.net/adodb-faq.html FAQ]).
* http://adodb.sourceforge.net: ADOdb Home Page ([http://adodb.sourceforge.net/#docs documentation], [http://phplens.com/lens/lensforum/topics.php?id=4 forums], [http://adodb.sourceforge.net/#mail mailing lists], [http://adodb.sourceforge.net/adodb-faq.html FAQ])
* http://phplens.com/lens/adodb/docs-adodb.htm: ADOdb Full Documentation
* http://phplens.com/lens/adodb/docs-adodb.htm: ADOdb Full Documentation
* http://phplens.com/lens/adodb/docs-datadict.htm: ADOdb Data Dictionary ([http://phplens.com/lens/adodb/docs-datadict.htm#xmlschema ADOdb XML Schema]).
* http://phplens.com/lens/adodb/docs-datadict.htm: ADOdb Data Dictionary ([http://phplens.com/lens/adodb/docs-datadict.htm#xmlschema ADOdb XML Schema])
* http://phplens.com/lens/adodb/tips_portable_sql.htm: Tips on Writing Portable SQL
* http://phplens.com/lens/adodb/tips_portable_sql.htm: Tips on Writing Portable SQL
* http://phplens.com/adodb/supported.databases.html: List of Supported Databases
* http://phplens.com/adodb/supported.databases.html: List of Supported Databases


==== Installation Instructions ====
==== Installation instructions ====


* 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 ====
==== 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.
* http://www.freetds.org/: Main page of TDS (tabular data stream) for Unix/Linux
* http://www.toppa.com/blog/technobabble/233: Oracle and PHP talking in UTF-8
* http://www.toppa.com/blog/technobabble/233: Oracle and PHP talking in UTF-8
* http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/mysql.mspx: Migrating MySQL to SQL*Server
* http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/mysql.mspx: Migrating MySQL to SQL*Server
Line 28: Line 28:
==== SQL*Server working in UCS-2 (no UTF-8) ====
==== SQL*Server working in UCS-2 (no UTF-8) ====


* http://journeymanjournal.blogspot.com/2005/02/no-utf-8-support-in-sql-server.html: The premise.
* http://journeymanjournal.blogspot.com/2005/02/no-utf-8-support-in-sql-server.html: The premise
* http://support.microsoft.com/default.aspx?scid=KB;EN-US;232580: The declaration.
* http://support.microsoft.com/default.aspx?scid=KB;EN-US;232580: The declaration
* http://www.freetds.org/userguide/unicodefreetds.htm: Will this work, yes or no? Not clear documentation.
* http://www.freetds.org/userguide/unicodefreetds.htm: Will this work, yes or no? Not clear documentation
* (NP! It works! Data is converted from UCS-2 to UTF-8 by FreeDTS on the fly, using iconv).
* (NP! It works! Data is converted from UCS-2 to UTF-8 by FreeDTS on the fly, using iconv)

Revision as of 08:01, 15 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 increasing the supported databases 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

SQL*Server working in UCS-2 (no UTF-8)