Hi SK,
A database is just a way to store and retrieve data, the L/CMS is just a big suite of functions that wrap an interactive front end to a database. Think of the L/CMS as a the user interface which provides a display mechanism for the modules and other content. In an MS context it would be like a switchboard on steroids!
So there won't be anything documented regarding this kind of use with ACCESS because without extra custom coding to add a front end it isn't what any database is for. Hence you'll only find how to set up the interface to allow the database engine to talk with 'something' supplying data. That will usually be OBDC for access and if it was an L/CMS with MS a BIG VB/C#, PHP and Javascript lump of coding to provide the user interface and the SCORM API interface which is the modules engine.
It will really be finding an LMS or CMS that supports the use of access as a database without re-coding, personally I wouldn't suggest using access for this kind of use unless there was no other alternative available to you.
The reason for this is that the majority of L/CMS platforms were developed on Linux platforms using Linux servers and typically a LAMP configuration (LAMP = Linux Apache Mysql PHP). All of which are free open source software, easy to deploy and very stable with an active developer base.
# LINUX is the usual OS.
# APACHE is the web server of choice.
# (MY)SQL is the usual database as it is very fast, immensely scalable and widely understood.
# PHP is used for the scripting language.
The majority of L/CMS will have been developed to work in a LAMPS environment but often do have variants that run under MS Windows or MS server technology.
Moodle has a windows XAMP (see LAMP above) that will run on a desktop Windows PC or server, it is quite happy on low spec machines too.
Probably the only L/CMS supporting access almost natively is the Learning extension (SLK) for Sharepoint developed by MS, however it's preference is the MS version of SQL which will be the typical back end database on Sharepoint servers.
Have a look through the offerings at UNESCO http://www.unesco.org/cgi-bin/webworld/portal_freesoftware/cgi/page.cgi?g=Software/Courseware_Tools/index.shtml&d=1
Look at a few of the LMS projects and offerings to see what there is available.
On the variables front are you using the correct text box type. There's quite a bit documented on the forum here about that topic which should cover it.
Hi SK,
A database is just a way to store and retrieve data, the L/CMS is just a big suite of functions that wrap an interactive front end to a database. Think of the L/CMS as a the user interface which provides a display mechanism for the modules and other content. In an MS context it would be like a switchboard on steroids!
So there won't be anything documented regarding this kind of use with ACCESS because without extra custom coding to add a front end it isn't what any database is for. Hence you'll only find how to set up the interface to allow the database engine to talk with 'something' supplying data. That will usually be OBDC for access and if it was an L/CMS with MS a BIG VB/C#, PHP and Javascript lump of coding to provide the user interface and the SCORM API interface which is the modules engine.
It will really be finding an LMS or CMS that supports the use of access as a database without re-coding, personally I wouldn't suggest using access for this kind of use unless there was no other alternative available to you.
The reason for this is that the majority of L/CMS platforms were developed on Linux platforms using Linux servers and typically a LAMP configuration (LAMP = Linux Apache Mysql PHP). All of which are free open source software, easy to deploy and very stable with an active developer base.
# LINUX is the usual OS.
# APACHE is the web server of choice.
# (MY)SQL is the usual database as it is very fast, immensely scalable and widely understood.
# PHP is used for the scripting language.
The majority of L/CMS will have been developed to work in a LAMPS environment but often do have variants that run under MS Windows or MS server technology.
Moodle has a windows XAMP (see LAMP above) that will run on a desktop Windows PC or server, it is quite happy on low spec machines too.
Probably the only L/CMS supporting access almost natively is the Learning extension (SLK) for Sharepoint developed by MS, however it's preference is the MS version of SQL which will be the typical back end database on Sharepoint servers.
Have a look through the offerings at UNESCO http://www.unesco.org/cgi-bin/webworld/portal_freesoftware/cgi/page.cgi?g=Software/Courseware_Tools/index.shtml&d=1
Look at a few of the LMS projects and offerings to see what there is available.
On the variables front are you using the correct text box type. There's quite a bit documented on the forum here about that topic which should cover it.