DBVersion

DbVersion is a built-in scripting function that gets the version number of your project tags database.

Function Group Execution Windows Embedded Thin Client Mobile Access
DBVersion System Info Synchronous Supported Supported Supported Supported

Syntax

Web Studio Help nction systeminfo dbversion.xml d212648e107 DBVersion

This function takes no paramters.

Returned value

This function returns a numerical value equal to the version number of the database.

Notes

This function only applies to the native database within your project. There currently is no function to get the version number of an external or historical database.

Examples

  DBVersion()  

DBVersion