Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: FreeTDS.

Talk:FreeTDS

From MoodleDocs
Revision as of 07:00, 5 October 2012 by Luis de Vasconcelos (talk | contribs) (→‎dbtype clarification)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page still says that you should use:

$CFG->dbtype = 'mssql_n'; // Required

in the Moodle config.php file. Is this correct? Or should it be:

$CFG->dbtype = 'mssql'; // Required