Jump to: navigation, search

Changes


UBIK Console

69 bytes added, 15:09, 16 April 2018
</source>
The following script code is taken from the example script file and shows how to work with {{UBIK}} Console via script file. If you store these six lines to a text file you can directly run it. In line one a new dependency is loaded, namely the [http://wiki.augmensys.com/index.php?title=UBIK_DBTool DBTool]. Line two creates a SqlConnectionStringBuilder in order to work comfortably with the connectionstring provided by ubikEnvironmentConnection. Line four calls a method from the customizing assembly which has been loaded by the console for us as mention earlier. Line 6 uses the DBTool project and creates a backup of the database.
<source lang="xml">
1. #r "C:\\Users\\cle\\Documents\\Dev\\UBIK.Server\\Branches\\2.6\\UBIK.Console\\bin\\Debug\\DBTool.exe"
182
edits