In that table it says if a user is online or not?

Results 1 to 2 of 2
  1. #1
    Member matitarga is offline
    MemberRank
    Sep 2014 Join Date
    69Posts

    In that table it says if a user is online or not?

    Hello, I have a problem, I use the web MVCore looking if a user is logged in the following table :
    Memb_Stat - ConnectStat

    The problem is that the files MuEmu use ex803 and that table is empty in the database ..
    They have no idea that this table uses db ??



    Thank you! I attach a photo:


  2. #2

    Re: In that table it says if a user is online or not?

    yeah well usually it must say there... but looks like muemu database is F'''''''' Up so maybe u can recreate the table
    query should be:
    Code:
    CREATE TABLE [dbo].[MEMB_STAT] (
    [memb___id] [nvarchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
    [ConnectStat] [tinyint] NULL ,
    [ServerName] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL ,
    [IP] [nvarchar] (15) COLLATE Chinese_PRC_CI_AS NULL ,
    [ConnectTM] [smalldatetime] NULL ,
    [DisConnectTM] [smalldatetime] NULL
    ) ON [PRIMARY]
    GO
    else
    http://forum.ragezone.com/f196/fix-memb_stat-410099/

    else ask MUEMU about it..



Advertisement