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
adminSession.GetCQDataCodePage
Perl
$adminSession->GetCQDataCodePage
();
- Identifier
- Description
- adminSession
- The AdminSession object representing the current schema repository access session.
- Return value
- Returns a String describing the HCL Compass data code page.
Examples
VBScript
myCQDataCP = adminSession.GetCQDataCodePage
Perl
$myCQDataCP = $adminSession->GetCQDataCodePage();