Is it possible apply to Unigui platform

Hi,
I have the other platform that is under UniGui platform. Is it possible apply DA remote SDK in UniGui datamodule? I want to using existing DA schema in UniGui environment. Then I need not to setup the other kind of dataset.

Hi,

you can put TDASchema to any TDataModule’s descendant.

Hi,
That’s mean I need to put all DAServer components (include _impl, _intf, _invk, rodl) and DAClient components into Unigui’s datamodule. Am I right? Or I copy existing fServerdatamodule and fclientdatamodule to Unigui project that is better?

Hi,

I think, your UniGUI platform should support usual TDataModule components so you can use fServerDataModule/fClientDataModule in your project as is

by other hand, you can try to move RO/DA components to Unigui’s datamodule. it also should work as expected

Hi,
Noted with thanks. I will try it after I complete existing migration.