Is there any way to change MON$REMOTE_PROCESS?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mighty
Posts: 18
Joined: Thu 01 Jun 2006 11:35

Is there any way to change MON$REMOTE_PROCESS?

Post by mighty » Thu 10 Feb 2011 16:26

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 14 Feb 2011 10:25

We have added this functionality to IBDAC. This fix will be included in the next IBDAC build.

mighty
Posts: 18
Joined: Thu 01 Jun 2006 11:35

Post by mighty » Mon 21 Feb 2011 21:33

Did you implement this functionality to IBDAC 3.50?
Will I able to set anything in MON$REMOTE_PROCESS?

AndreyZ

Post by AndreyZ » Wed 23 Feb 2011 08:56

Note that the latest version of IBDAC (3.50.0.20) was released on the 27th of January 2011. You started this topic on the 10th of February 2011.
This functionality will be available in the next IBDAC build. We are planning to release it in two weeks.

mighty
Posts: 18
Joined: Thu 01 Jun 2006 11:35

Post by mighty » Tue 01 Mar 2011 13:57

:) I did not ask when ...!

AndreyZ

Post by AndreyZ » Wed 02 Mar 2011 08:19

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;

Post Reply