CLASS:

 

 

 

 

 

 

 

 

DESCRIPTION:

 

 

 

Represents an object that describes a table and contains the resulting rowset.

 

 

 

 

 

SYNTAX:

 

 

 

[<oRef> =] new ADOTable()

 

 

 

 

 

 

 

PROPERTY:

DEFAULT:

DESCRIPTION:

 

 

baseClassName

ADOTABLE

Identifies the object as an instance of the ADOTable class 

 

 

className

ADOTABLE

Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName

 

 

name

Empty string 

The name of custom object

 

 

parent

null

Container form or report 

 

 

active

false

Whether the object is open and active or closed.

 

 

cacheSize

1

Number of result rows that are cached locally in memory.

 

 

connected

false

Whether the data object is connected with the data source.

 

 

connectionString

Empty string 

Connection statement that describes parameters used to establish a connection with data source.

 

 

cursorLocation

0 - Client

Location of the cursor service.

 

 

cursorType

4 - Static

Cursor type that can be used.

 

 

database

null

A reference to the ADODatabase object to which the object is assigned.

 

 

databaseName

Empty string 

Database alias name to which the object is assigned.

 

 

fetchOptions

0 - Unspecified

Available options that can be used to fetched records.

 

 

handle

0

ADO statement handle.

 

 

lockType

3 - Optimistic

Lock type that will be placed on rows during editing.

 

 

maxRows

0

Maximum number of result rows.

 

 

properties

AssocArray

A reference to Associative array that contains the dynamic properties.

 

 

rowset

Object

A reference to the ADORowset object that contains the result rows.

 

 

state

0 - Closed

Enum that indicates the state object.

 

 

tableDirect

false

Whether is direct, navigational access to database table.

 

 

tableName

Empty string 

Name of the table.

 

 

 

 

 

 

 

 

 

 

 

EVENT:

PARAMETERS:

DESCRIPTION:

 

 

canClose

 

Event fired when there’s an attempt to deactivate object; return value determines if the object is deactivated.

 

 

canOpen

 

Event fired when attempting to open object; return value determines if object is opened.

 

 

onClose

 

Event fired after object is successfully closed.

 

 

onOpen

 

Event fired after object is successfully opened.

 

 

onProgress

<percent expN>,<type expN>,<status expN>,<msg expC>

Event fired periodically during long-running data processing operations.

 

 

 

 

 

 

 

 

 

 

 

 

METHOD:

PARAMETERS:

DESCRIPTION:

 

 

close

 

Closes object.

 

 

open

 

Opens object.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

DESCRIPTION: