Subject Connecting to seperate RemotePort
Author robertgilland
We are using IBObjects 4.6bc

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.