ODAC

TOraTable Class

A component for retrieving and updating data in a single table without writing SQL statements.

For a list of all members of this type, see TOraTable members.

Unit

OraSmart

Syntax

TOraTable = class(TCustomSmartQuery);

Remarks

The TOraTable component allows retrieving and updating data in a single table without writing SQL statements. Use TOraTable to access data in a table . Use the TableName property to specify table name. TOraTable uses the KeyFields property to build SQL statements for updating table data. KeyFields is a string containing a semicolon-delimited list of the field names. If KeyFields is not defined before opening, TOraTable uses primary or unique key or ROWID pseudo field.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TOraDataSet
         TCustomOraQuery
            TCustomSmartQuery
               TOraTable

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback