Basic Object Model

Once you create the object a property is created for each Rams Table you can access as follows;

You will notice that there is one object for every table you can access. This done so that you do not need to know table names or PK fields to access the data.

The one exception to this is the "oTable" object. This object allows you to query data from any table. However you do need to set table names and PK fields before using.

In addition to these Rams table objects there are two system objects. These are;

loITRDS.OCONNECTIONS - Connections Table
loITRDS.OSYSTEM - Systems Table


Last Updated: 23/11/2005