Subscriber portal
Retrieves the name of the database currently connected to.
public str loginDatabase()
{ SqlSystem SqlSystem = new SqlSystem(); print SqlSystem.loginDatabase(); }