Description
Returns
whether the client code page is unsupported, or not. You do not need to login
to use this method.
Note: The client code page
is separate from the Rational ClearQuest data code page.
Note: This
method became available in version 2003.06.00.
Syntax
VBScript
session.IsUnsupportedClientCodePage
Perl
$session->IsUnsupportedClientCodePage();
- Identifier
- Description
- session
- The Session object that represents the current database-access
session.
- Return value
- Returns True if the client code page is unsupported, False
otherwise.
Examples
VBScript
isUnsupported = session.IsUnsupportedClientCodePage
Perl
$isUnsupported = $session->IsUnsupportedClientCodePage();