Using files

Before you can use a database file, you must open the file using the CreateUniFile( ) method of the UniSession object as follows:

UniFile custfile = uSession.CreateUniFile("CUST");