Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: XMLDB preliminary links.

Development:XMLDB preliminary links: Difference between revisions

From MoodleDocs
Line 29: Line 29:
* 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).

Revision as of 07:36, 12 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

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