Introduction to UniObjects

This article gives the overview of UniObjects.
  • 1724

Introduction

UniObjects are the interfaces to UniVerse and UniData system. The following syntax is used for accessing uniobjects in your project.

UniSession us1 = UniObjects.OpenSession("DENVER\\ajohn", "username", "password", "databaseAccount", "UDCS");

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.