1 connection.metadata.getDatabaseProductName
<connection.metadata.getDatabaseProductName />
Returns | |
---|---|
Type | Description |
String | Name of the SGBD. |
Example
Copy
<xsql-script name='connection_getDatabaseProductName_sample1'> <body> <println> <connection.metadata.getDatabaseProductName /> </println> </body> </xsql-script>
Copy
Running script................: sample Informix Dynamic Server Program returned..............: <void> Execution completed...........: 0.062 secs.