GetServer
Description
Returns the name of the server on which the database resides.
Syntax
Perl
$dbDesc->GetServer();
- Identifier
- Description
- dbDesc
A DatabaseDesc object containing information about one of the installed databases.
- Return value
- A String whose value is the name of the DBMS server.
Examples
Perl
my $server = $dbDesc->GetServer();