GetFullProductVersion

Description

Returns the full product version string. This method is equivalent to the GetProductVersion and GetPatchVersion return values separated by a space.

Note: This method became available in version 7.0.0.0. This method is for COM only. For Perl, see the ProductInfo Object.

Syntax

VBScript

session.GetFullProductVersion 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
A String containing the full product version.

Feedback