Obtains the name of the database manager system.
1 system.dbms.getEngineTypeName
<system.dbms.getEngineTypeName />
Returns | |
---|---|
Type | Description |
string | DBMS name. |
Example
Obtain the name of the wic_icon database manager.
Copy
<xsql-script name='system_dbms_getEngineTypeName_sample1'> <body> <println> <system..dbms.getEngineTypeName /> </println> </body> </xsql-script>
An example of obtained value would be:
Copy
ids
This acronym means Informix Dynamic Server versión 9.
If in the command used for the execution of the script ( ws-dbscript), any database has not been specified (through the option -dbms), the result shown on screen will be null.