The system function SysLib.queryCurrentDatabase returns the product and release number of the currently connected database.
SysLib.queryCurrentDatabase( product CHAR(8) inOut, release CHAR(8) inOut)
To determine the string that will be received when your code connects to a particular database, review the product documentation for the database or driver; or run your code in a test environment and write the received value to a file.
To determine the string that will be received when your code connects to a particular database, review the product documentation for the database or driver; or run your code in a test environment and write the received value to a file.
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library SysLib