Performs the database installation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- connectionString
- Type: System String
Connection string to the database
- scriptsFolder
- Type: System String
Folder with the database scripts
- dbObjectsErrMessage
- Type: System String
Error message when creation of DB objects fails
- defaultDataErrMessage
- Type: System String
Error message when creation data fails
- log
- Type: CMS.DataEngine SqlInstallationHelper LogMessage
Method for logging messages
- dbSchema
- Type: System String
Name of the schema (all "dbo." and "[dbo]." occurrences are replaced by this schema)
Return Value
Type: BooleanSee Also