ODBC store table

BrowseName: ODBCStoreTable
SuperType: Table (Table)

ODBC Database object table.

Properties

Name

BrowseName

DataType

Description

Record limit

RecordLimit

UInt32

Maximum limit of records (rows) in the table. When the limit is reached, the new data replace the old data in rotation.
(Inherited from Table)
Columns

Columns

Collection of StoreColumn

Table columns. Collection of StoreColumns. For ODBC database: Microsoft SQL Server maximum columns limit = 1000, maximum limit of characters in the column = 128; MySQL Server maximum columns limit = 1024, maximum limit of characters in the column = 64. For embedded database: maximum columns limit = 2000, maximum limit of characters in the column = 1024.
(Inherited from Table)