- TWebClientDataSet is designed to be used with a TWebClientConnection. If you want to use it somehow with a TWebHttpRequest, you'll need to manage the DataProxy from your code.
- We've seen this and it is the way it is handled in the pas2js RTL. A workaround is to open & close the dataset after ApplyUpdates, which is a good idea to ensure to have the dataset refreshed.
- We will investigate this in connection with TMSFNCGridDatabaseAdapter