Address = FunctionParameters["PG_IP"]; Login = "bayselonarrend"; Password = FunctionParameters["PG_Password"]; Base = ""; ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password); Connection = OPI_MySQL.CreateConnection(ConnectionString); Result = OPI_MySQL.CloseConnection(Connection);