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 (Reverted edit of Julli9, changed back to last version by Stronk7)
Line 36: Line 36:
* 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) - FreeDTS is perfect but only for Unix clients connecting to MSSQL.
* Continue looking for a UTF-8 <==>UCS-2 client solution for Windows clients.


==== LIMIT clause ====
==== LIMIT clause ====

Revision as of 19:21, 23 August 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)

LIMIT clause

Some related experiences