An SQL engine implemented in a TDataSet descendant component, that can parse SQL syntax, and that will use that syntax to query to another TDataSet, or a group of TDatasets in order to get a result set. Works very similar to TQuery that comes with De...