[SOLVED] Invalid Object Name "Attendance"

Results 1 to 8 of 8
  1. #1
    Revived Vision is offline
    MemberRank
    Dec 2007 Join Date
    2,413Posts

    angry [SOLVED] Invalid Object Name "Attendance"

    The error is in the title. What could i possibly do to remove this error? I still keep having "Character Failed to Process".

    @ Seifer - Oh btw, i aleady fixed the bind error, which was my previous problem.
    Attached Thumbnails Attached Thumbnails error.png  


  2. #2
    Enthusiast ┼VaNzMackieL┼ is offline
    MemberRank
    Jul 2011 Join Date
    30Posts

    Re: Invalid Object Name "Attendance"

    Code:
    USE [RanGame1]
    GO
    
    /****** Object:  Table [dbo].[Attendance]    Script Date: 11/26/2011 01:06:57 ******/
    SET ANSI_NULLS ON
    GO
    
    SET QUOTED_IDENTIFIER ON
    GO
    
    CREATE TABLE [dbo].[Attendance](
    	[UserNum] [int] NOT NULL,
    	[RewardCount] [int] NULL,
    	[DaysCount] [int] NULL,
    	[AttendDate] [datetime] NULL,
     CONSTRAINT [PK_Attendance] PRIMARY KEY CLUSTERED 
    (
    	[UserNum] ASC
    )WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
    ) ON [PRIMARY]
    
    GO

  3. #3
    Revived Vision is offline
    MemberRank
    Dec 2007 Join Date
    2,413Posts

    Re: Invalid Object Name "Attendance"

    Oh my, thanks. I was able to reach in the game, at last.

    ---- Off Topic ----

    Do you have any idea why my character has no graphics? And the map is always edgy whenever i zoom away my camera. Also, when i select server, the graphics change. Something messy. Any idea why i'm experiencing this?

    See Attached image.
    Attached Thumbnails Attached Thumbnails error.jpg   error2.png  

  4. #4
    Salad CharlesCode is offline
    MemberRank
    Jun 2010 Join Date
    chrlz@rootLocation
    286Posts

    Re: Invalid Object Name "Attendance"

    @Vision : Check the .lev file and .wld0/.wld file CMIIW..

  5. #5
    Revived Vision is offline
    MemberRank
    Dec 2007 Join Date
    2,413Posts

    Re: Invalid Object Name "Attendance"

    This is already been solved.

  6. #6
    Account Upgraded | Title Enabled! zhiler16 is offline
    MemberRank
    May 2009 Join Date
    280Posts

    Re: Invalid Object Name "Attendance"

    how to solve i have same prob >.<

  7. #7
    Banned NaMiSwAn is offline
    BannedRank
    Feb 2011 Join Date
    Las VegasLocation
    552Posts

    Re: Invalid Object Name "Attendance"

    Just Execute This script

    Code:
    USE [RanGame1]
    GO
    
    /****** Object:  Table [dbo].[Attendance]    Script Date: 11/26/2011 01:06:57 ******/
    SET ANSI_NULLS ON
    GO
    
    SET QUOTED_IDENTIFIER ON
    GO
    
    CREATE TABLE [dbo].[Attendance](
    	[UserNum] [int] NOT NULL,
    	[RewardCount] [int] NULL,
    	[DaysCount] [int] NULL,
    	[AttendDate] [datetime] NULL,
     CONSTRAINT [PK_Attendance] PRIMARY KEY CLUSTERED 
    (
    	[UserNum] ASC
    )WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
    ) ON [PRIMARY]
    
    GO

  8. #8
    Revived Vision is offline
    MemberRank
    Dec 2007 Join Date
    2,413Posts

    Re: Invalid Object Name "Attendance"






    Note: Please message me if you have any request for this thread.



Advertisement