GetClientCodePage

Description

Returns a String describing the application's code page (for example, "1252 (ANSI - Latin I)" or "20127 (US-ASCII)").

This method does not require the Session to be logged in.

Syntax

Perl


$session->GetClientCodePage(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
Returns a String describing the appication's code page.

Example

Perl


$myClientCP = $session->GetClientCodePage();