Icon LoadRows Method

procedure LoadRows(const RowData: String; Append: Boolean=False)

Use this method to load the rows for a dataset from a JSON string parameter. The Append parameter determines if the rows should be appended to the existing dataset rows, or if the dataset should be emptied before the rows are loaded.

Please see the Web Server Administration API - Databases topic for more information on how the JSON string should be formatted.

Information The dataset must be open or an exception will be raised when this method is called.
Image