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”, ”UDCS”);
The last parameter, UDCS, is what tells the object to connect to UniData (not UniVerse).