Connection strings for IBM UniVerse
Providers for IBM UniVerse
Community Forums
Find solutions and post questions regarding connection string related issues.
UniOLEDB
Type
OLE DB Provider
Usage Ardent.UniOLEDB
Manufacturer IBM
Usage Ardent.UniOLEDB
Manufacturer IBM
UniObjects for .NET
Type
.NET Framework Class Library
Usage IBMU2.UODOTNET.UniObjects.OpenSession
Manufacturer IBM
Usage IBMU2.UODOTNET.UniObjects.OpenSession
Manufacturer IBM
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).
U2.Net
Type
.NET Framework Class Library
Usage
Manufacturer IBM
Usage
Manufacturer IBM
Login profile format
Login=lpn;user=myUsername;password=myPassword;
Specifying location of the configuration database
Login=lpn;ConfigDBLocation=d:\folderWithConfigFolder;user=myUsername;password=myPassword;
Server profile format
Server=spn;Account=apn;user=myUsername;password=myPassword;
IBM UniVerse ODBC Driver
Type
ODBC Driver
Usage IBM UniVerse ODBC Driver
Manufacturer IBM
Usage IBM UniVerse ODBC Driver
Manufacturer IBM
Standard
Driver={IBM UniVerse ODBC Driver};Server=servername;Database=/LOCATION/GEM.TRAIN.SQL;Uid=yourUserName;Pwd=yourPassword;
Selected Articles
