Subject Re: [IBO] Getting Protocols
Author Lucas Franzen
Roger Pullen schrieb:
>
> As well as getting a list of
> currently connected users on the
> IB_Connection component, is it possible
> to get the protocol they connected with?

Roger,
just a workaround:

I'm saving every login to the database in a separate logintable where
you can easily store information about the used protocol.

I doubt you can get the list you like from the server itself.

Luc.