Table
Database table.
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Record limit | RecordLimit | Maximum limit of records (rows) in the table. When the limit is reached, the new data replace the old data in rotation. | |
Columns | Columns | 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. |
Methods
Insert
- BrowseName
- Insert
Name | DataType | Description |
---|---|---|
Provide Feedback