Hi,
I upgraded to RO SDK/DA v10.0.0.1495 on Monday. I have a code-first Delphi custom server.
On opening my LoginService (based on TSimpleLoginService) I was informed that the following no longer exist:
- ServiceDataStreamer
- ExportDataTables
- OnBeforeGetDatasetData
- BeforeGetDatasetData
The first is my only immediate concern - where do I specify the data streamer to use for the login service ?
Thanks