Hello Joe
On a client side, you should load content into TADMemTable and visualize it using TDBGrid. On server side:
- if you are using AnyDAC to access DB, then use SaveToStream to produce a stream and send to client;
- if not AnyDAC, then use your custom transport format, on client use Append / Post to load data into TADMemTable.
↧