Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: External database enrolment.

External database enrolment: Difference between revisions

From MoodleDocs
m (Added a link to a discussion.)
m (formatting)
Line 1: Line 1:
{{stub}}
[[Category:Administrator]]
[[Category:Enrolment]]
You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.
You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.
Some user discussion exists here: http://moodle.org/mod/forum/discuss.php?d=49475


Supported data sources
Supported data sources


access
*access
*ado
*mssql
*borland_ibase
*csv
*db2
*fbsql
*firebird
*ibase
*informix72
*informix
*mysql
*mysqlt
*oci805
*oci8
*oci8po
*odbc
*odbc_mssql
*odbc_oracle
*oracle
*postgres64
*postgres7
*postgres
*proxy
*sqlanywhere
*sybase
*vfp


ado
==See also==
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=49475 MySQL enrolment plugin doesn't seem to work] forum discussion


mssql
[[Category:Administrator]]
 
[[Category:Enrolment]]
borland_ibase
 
csv
 
db2
 
fbsql
 
firebird
 
ibase
 
informix72
 
informix
 
mysql
 
mysqlt
 
oci805
 
oci8
 
oci8po
 
odbc
 
odbc_mssql
 
odbc_oracle
 
oracle
 
postgres64
 
postgres7
 
postgres
 
proxy
 
sqlanywhere
 
sybase
 
vfp

Revision as of 17:13, 18 July 2006

You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.

Supported data sources

  • access
  • ado
  • mssql
  • borland_ibase
  • csv
  • db2
  • fbsql
  • firebird
  • ibase
  • informix72
  • informix
  • mysql
  • mysqlt
  • oci805
  • oci8
  • oci8po
  • odbc
  • odbc_mssql
  • odbc_oracle
  • oracle
  • postgres64
  • postgres7
  • postgres
  • proxy
  • sqlanywhere
  • sybase
  • vfp

See also