GetCQDataCodePage

Description

Returns a String describing the HCL Compass data code page (for example, "1252 (ANSI - Latin I)" or "20127 (US-ASCII)").

Note: This method became available in version 2003.06.00.

Syntax

VBScript


session.GetCQDataCodePage 

Perl


$session->GetCQDataCodePage(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
Returns a String describing the HCL Compass data code page.

Examples

VBScript


myCQDataCP = session.GetCQDataCodePage 

Perl


$myCQDataCP = $session->GetCQDataCodePage();1