Re: Getting total of users in chatroom

  •  07-19-2011, 8:54 PM

    Re: Getting total of users in chatroom

    Hi Chad Johnson,
     
    The database does not save the online user information.
    I think you can create a new table, use Kenneth's method to save online users into the table,
    then you can get this data in Stored Procedure.
     
    Regards,
    Jeff 
View Complete Thread