UniVerse connection strings

UniObjects for .NET

Standard

There's no connection string for the UniSession class. Instead use the static OpenSession method of the UniObjects class.

UniSession us1 = UniObjects.OpenSession(“DENVER\\asmith”, ”username”, ”password”, “databaseAccount”, ”UVCS”);

The last parameter, UVCS, is what tells the object to connect to UniVerse (not UniData).