Obtains the database code which contains the configuration for the script execution.

1 system.dbms.getConfCode

<system.dbms.getConfCode />
Example

Obtain the database code against which the script is executed.

Copy
<xsql-script name='system_getConfCode_sample1'>
    <body>
        <println>
            <system.dbms.getConfCode />
        </println>
    </body>
</xsql-script>

An example of returned value would be:

Copy
wic_conf