How To Turn Server Login On and Off

After the server is running or upon startup, how can we turn the login requirement on and off.

This is for running the same server for design time field updating with login off and also for runtime with login back on. Currently we are using two different versions of the same server, running them on different ports.

I would like to run the same server on the different ports changing the login off for the design time instance.

Thanks.

Hi,

in .1585 we have added possibility to retrieve table schema w/o login.

check details at https://talk.remobjects.com/t/data-abstract-for-delphi-vnext-new-features/19700/26


You can change DataService.RequireSession property in service’s constructor.