Hall of Fame in ClanHonorRanking.dbo

Results 1 to 8 of 8
  1. #1
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Hall of Fame in ClanHonorRanking.dbo

    Hey i heard hall of fame is stored in ClanHonorRanking.dbo
    but how exactly are we supposed to store it ?

    any help ?


  2. #2
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    helpppppppppp

  3. #3
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    i think its just web code mate

  4. #4
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    yea i know that
    ppl transfer the current score to that DB
    how to i do that ?

  5. #5
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    PHP Code:
    USE [GunzDB]
    GO
    /****** Objeto:  Tabela [dbo].[ClanHonorRanking]    Data do Script: 01/05/2009 11:45:09 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    SET ANSI_PADDING ON
    GO
    CREATE TABLE 
    [dbo].[ClanHonorRanking](
        [
    id] [intIDENTITY(1,1NOT NULL,
        [
    CLID] [intNULL,
        [
    ClanName] [varchar](24NOT NULL,
        [
    Point] [intNULL,
        [
    Wins] [intNULL,
        [
    Losses] [intNULL,
        [
    Ranking] [intNULL,
        [
    Year] [smallintNULL,
        [
    Month] [tinyintNULL CONSTRAINT [DF__ClanHonor__RankI__0504B816]  DEFAULT ((0)),
     
    CONSTRAINT [PK_ClanHonorRanking_IDPRIMARY KEY CLUSTERED 
    (
        [
    idASC
    )WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONFILLFACTOR 90ON [PRIMARY]
    ON [PRIMARY]

    GO
    SET ANSI_PADDING OFF 

  6. #6
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    no i have the tables
    how do i transfer the Clan points from dbo.clan to dbo.Clan honorranking ???

  7. #7
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    It's automatically.

  8. #8
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Hall of Fame in ClanHonorRanking.dbo

    i dont have any data in my clanhonorranking table
    :(



Advertisement