Problem with the TDARemoteDataAdapter in Design mode

Hello.

I’m having a problem with the TDARemoteDataAdapter component.
When I try to add a table to the project, I encounter issues. I will create a step-by-step project and send screenshots of the screens. PS, I’m using Delphi 12 Professional, and DA .1587.

The problem occurs only in design mode, I can connect to the Relativity Server during execution.






Hi,

as a temporary workaround comment this line in DataAbstract_IDE_Reg.pas

 uDARemoteDataAdapter.RDA_DesignTimeSupportHelper := RDA_DesignTime_Helper;

after this launch C:\Program Files (x86)\RemObjects Software\Build\install_DA.cmd with admin rights.

it will rebuild all DA packages

Thank you, it’s now perfect.

I would like to make a request for the DA installer,
that the Synapse module be optional.
I have another project that uses a modified Synapse and every time I install DA, I have to remove the Synapse package due to conflicts.

Roberto.

Hi,

I can suggest to update c_RO.train and replace $(RO_Source)/Synapse with your own path of Synapse.

you can copy C:\Program Files (x86)\RemObjects Software\Build under new name and relaunch install_DA.cmd after each installing of DA