Subscriber portal
Retrieves the user name that is used to log-in to the database.
public str loginName()
{ SqlSystem SqlSystem = new SqlSystem(); print SqlSystem.loginName(); }