public static UniSessession OpenSession(string hostname, int port, string userid, string password, string account)
This method returns a new UniSession object, which opens a connection to the UniData or UniVerse database.
string hostname is the name or network address of the instance of the UniData or
UniVerse database to which to connect.
int port is the port number on
the host to use for the connection.
string userid is the user’s login name on the UniData or UniVerse database.
string password is the user’s password on the UniData or UniVerse database.
string account is the name of the UniData or UniVerse database account.