Sets or returns the name of the server on which the database resides.
The String return value is the information that is available in the database connection.
VBScript
database.Server database.Server serverName
Perl
$database->GetServer(); $database->SetServer(serverName);