IsUnsupportedClientCodePage

Description

Returns whether the application code page is unsupported, or not. You do not need to login to use this method.

Note: The application code page is separate from the DevOps Plan data code page.

Syntax

Perl


$session->IsUnsupportedClientCodePage(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
Returns True if the application code page is unsupported, False otherwise.

Example

Perl


$isUnsupported = $session->IsUnsupportedClientCodePage();