This is what I suspected.. When ResolveToDataset is false (as I understand) you have a couple of ways to proceed for custom updates (e.g. read only views).. 1) intercept control at the OnUpdateData which gives you access to the entire delta packet.. you could, for example, send this off through...
Hi all -
I am new to DOA and need some advice on posting updates via tdatasetprovider..
I have a nested structure (TDatasetFields) wired up on the server side using a single TDatasetProvider and several M/D TOracleDatasets. Some of the datasets read tables, and some read non-updateable views...