Follow

Using a custom schema for SCORM Engine db tables

Avatar

Question: We would like to use the SCORM Engine tables in our main database, but we would like to use a different schema for those tables instead of ‘dbo’ like ‘ScormEngine.ScormPackage’. How can we do this?

 

 

Answer: In current versions of SCORM Engine, this can be achieved by setting the ‘DatabaseSchema’ config option like this --

<add key="DatabaseSchema" value="ScormEngine"/>

This will automatically prepend that value to the table names in all the SQL transactions.

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk