Subject | RE: [IBO] Connecting to seperate RemotePort |
---|---|
Author | Alan McDonald |
Post date | 2007-09-05T06:10:28Z |
> We are using IBObjects 4.6bcI use other ports all the time. I think you'll find it's the other way
>
> We use IBOServices.pas to Add Users, backup and Restore.
>
> This in turn uses IB_Header which defines
>
> Tisc_service_attach = function( status: pstatus_vector;
> svc_name_len: short;
> svc_name: pchar;
> svc_handle: pisc_svc_handle;
> parm_buffer_len: short;
> parm_buffer: pchar
> ): ISC_STATUS;
> stdcall;
>
> We want to force this function to attach to a certain Remote Port.
>
> specifying svc_name as "Server Name + ':service_mgr'"
>
> how can we force a specific port to attach to?
>
> like :FServerName + ':service_mgr/3051'
>
> Kind Regards,
>
> Robert.
around, the IB_Connection already uses port so the service manager access is
controlled by this
i.e.
> like :FServerName/3051 + ':service_mgr'is already passed into this function.
anyway - I've never had to manipulate this call.
Alan