Obtain the version of the JDBC driver.

1 connection.metadata.getDriverVersion

<connection.metadata.getDriverVersion />
Example

Obtain the version of the JDBC driver.

Copy
<xsql-script name='connection_getDriverVersion_sample1'>
    <body>
        <println>
            <connection.metadata.getDriverVersion />
        </println>
    </body>
</xsql-script>
Copy
Running script................: sample 2.21.JC6
Program returned..............: <void>
Execution completed...........: 0.062 secs.