The TIsahQuery and TIsahStoredProc dataset components are now unidirectional. This means that these components no longer have their own record buffer. In scripts using components for which a record buffer is required, this functionality will no longer work. In these cases, the components must be replaced by the TIsahCDSQuery component.
The following situations require a dataset component with a record buffer:
RecordCount propertyFirst, Prior, Next, Last, or Locate method is used to check the dataset records.In these cases, the TIsahCDSQuery component must be used.