UniObjects for .NET connection strings

UniVerse

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).

UniData

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).