CHAPTER 6 – Functions and Methods
DBProperty
Description
Returns the requested property. This function operates on the Recordset and Field levels. The type
of the value returned depends on the property requested.
Syntax
returnstate = DBProperty(level, property)
Remarks
Argument
returnstate
level
property
Typical Examples
Page = DBProperty("CSV.Result", "CurrentPage")
Get the current page for the CSV.Result Recordset.
FieldSize = DBProperty("Northwind.Customers.Address", "Size")
Get the size for the 'Address' field.
Note:
The Recordset will only return valid properties when it is Open.
Recordset Properties
The properties of a Recordset are:
Page 118
Type
Property value returned. See table for type.
text
A text point or constant specifying the connection level. This
may be a Recordset or Field level.
text
The name of the property to get. For details see the Recordset
Properties and Field Properties tables.
Description
Revision 2.0
OMRON
Need help?
Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?