Pre 6.5 use the database with an On Connect Stored Proc that Increments and
Decrements an Integer.
----- Original Message -----
From: "Troy Sosamon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 9:38 AM
Subject: RE: Multi User
> To get the number of users connected, use the following:
>
> set var vvconn text = (cval('connections'))
>
> You can then turn vvconn into an integer and put it in an if statement for
> your user control logic.
>
> I don't think this works in version pre 6.5.
>
> Troy
>
>