IsClientCodePageCompatibleWithCQDataCodePage

Description

Returns whether or not user database updates are allowed. See upporting a mixed character-set deployment for more information.

Syntax

VBScript

 session.IsClientCodePageCompatibleWithCQDataCodePage 
 

Perl

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

Examples

VBScript

 isComp = session.IsClientCodePageCompatibleWithCQDataCodePage 
 

Perl

 $isComp = $session->IsClientCodePageCompatibleWithCQDataCodePage();