IsClientCodePageCompatibleWithCQDataCodePage

Description

Returns whether or not user database updates are allowed.

Syntax

Perl


 $session->IsClientCodePageCompatibleWithCQDataCodePage(); 
 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
Returns True if the application code page is compatible with the DevOps Plan data code page, False otherwise.

Example

Perl


 $isComp = $session->IsClientCodePageCompatibleWithCQDataCodePage();