|
Home > Archive > IQ Server > December 2005 > Login Procedure
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Peter Yu 2005-12-01, 3:24 am |
| Hi,
Does anyone use login procedure in IQ?
I need to create a login procedure to detect the information of incoming
connections.
Could someone show me an example?
Thanks!
Peter
| |
|
| > Hi,
>
> Does anyone use login procedure in IQ?
> I need to create a login procedure to detect the
> information of incoming connections.
> Could someone show me an example?
>
> Thanks!
>
>
> Peter
Hello Peter,
why you want modify login procedure? You can use event.
create event big_brother
type "Connect"
handler
begin
..
..
..
| |
| Peter Yu 2005-12-02, 3:24 am |
| But how can I print the login information in the *.iqmsg?
<maca> ¼¶¼g©ó¶l¥ó·s»D:438ec
017.14a1.1681692777@sybase.com...
>
> Hello Peter,
> why you want modify login procedure? You can use event.
>
> create event big_brother
> type "Connect"
> handler
> begin
> .
> .
> .
|
|
|
|
|