Subscriber portal
Retrieves the name of the database server currently connected to.
public str loginServer()
An empty string is returned if the database does not support a server concept.
{ SqlSystem SqlSystem = new SqlSystem(); print SqlSystem.loginServer(); }