public UniDictionary CreateUniDictionary (string pFileName)
This method opens an existing UniData or UniVerse dictionary
file and returns a UniDictionary object, allowing
access to the file.
string pFileName is the name of
the UniData or UniVerse dictionary file to be opened.
This example opens the dictionary of the ORDERS file:
UniDictionary uDict = uSession.CreateUniDictionary("ORDERS");If this method fails, it throws a UniSessionException.
This method corresponds to the UniObjects OpenDictionary method and the BASIC OPEN statement.