Hello,
There are too many documents about changing MON$REMOTE_PROCESS via DPB (Database Parameter Buffer).
Is there any way to do this in IBDAC?
Regards.
Is there any way to change MON$REMOTE_PROCESS?
-
AndreyZ
-
AndreyZ
In the next IBDAC build you will be able to set value to MON$REMOTE_PROCESS in the following way:
Code: Select all
IBCConnection.Params.Add('process_name=MyProcessName');
IBCConnection.Open;