Encode JSON to a FireDAC Memory Table without REST Request
At least twice this month I’ve been asked the question “Can I pass JSON to the TRESTDatasetAdapter component without binding it to a request?” and the short answer is no, you can’t. So what is the problem we’re trying to solve, and how can we go about it? The Problem The TRESTDatasetAdapter takes JSON data … Read more