Add rows
Adds new rows to the table
Function AddRecords(Val Table, Val DataArray, Val Transaction = True, Val Connection = "") Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Table | --table | String | ✔ | Table name |
DataArray | --rows | Array of Structure | ✔ | An array of string data structures: Key > field, Value > field value |
Transaction | --trn | Boolean | ✖ | True > adding records to transactions with rollback on error |
Connection | --db | String, Arbitrary |