Subject Re: [IBO] Using a different port to 3050
Author eddressel
>
> Use connection string for not default port (i.e.
> IB_Connection.Database)...


from the help file:

"...It will even allow a new database connection string to be
supplied, although this is not the intended use of this property."

Also, I checke dhte source and dint' see anything for ports (searched
IB_Constants.INC and nothing for 'port' in the file).

It sounds like IB_Connection.Params.Values[ParamName] := aValue should
be used, but which param name should be used?

Ed Dressel