ww_CheckClientVersion
- Last UpdatedMar 18, 2021
- 1 minute read
Checks which version of the client application is running.
Syntax
ww_CheckClientVersion AppName, AppVersion
Arguments
AppName
The name of the application. This value is of data type nvarchar(255), with a default of an empty string.
AppVersion
The version number of the application. This value is of data type nvarchar(255), with a default of an empty string.
Remarks
This stored procedure is used by the AVEVA Historian to ensure that a version of an AVEVA client application will run against the database. A client application will not be allowed to run against a database version that does not support that client.
Important: This stored procedure is for AVEVA use only. Do not attempt to use this stored procedure for any third-party client application.
Permission
Execute permission defaults to the public group.