GetCQDataCodePage
Description
Returns a String describing the DevOps Plan data code page (for example, "1252 (ANSI - Latin I)" or "20127 (US-ASCII)").
Syntax
Perl
$session->GetCQDataCodePage();
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- Return value
- Returns a String describing the DevOps Plan data code page.
Example
Perl
$myCQDataCP = $session->GetCQDataCodePage();1