Mysql Problem

Results 1 to 9 of 9
  1. #1
    Proficient Member Drkidvictor is offline
    MemberRank
    Jul 2011 Join Date
    New JerseyLocation
    174Posts

    Mysql Problem

    Can you tell me please what Data Type these Column name are :
    ----------------------------------
    UserID
    Cert
    Name
    Email
    Age
    Sex
    UGradeID
    PGradeID
    RegDate
    Country
    Ps
    Rs
    Address
    ZipCode
    ----------------------------------

    Please Reply

    Thank you.

    ~Drkidvictor


  2. #2
    Account Upgraded | Title Enabled! TalkingBot is offline
    MemberRank
    Dec 2011 Join Date
    TheHostingsquadLocation
    213Posts

    Re: Mysql Problem

    why do you need the data type? look at the DB and find the answer?

  3. #3
    Proficient Member Drkidvictor is offline
    MemberRank
    Jul 2011 Join Date
    New JerseyLocation
    174Posts

    Re: Mysql Problem

    how??

  4. #4
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Mysql Problem

    gunz uses mssql?
    btw take a look in the mssql db file..
    there is mentioned what types they are after each row.

  5. #5
    Proficient Member Drkidvictor is offline
    MemberRank
    Jul 2011 Join Date
    New JerseyLocation
    174Posts

    Re: Mysql Problem

    oooo
    lol it says it cant read my GunzDB i think i need someone to do it... Can you do it jur13n for me through teamviewer?

  6. #6
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Mysql Problem

    Right click>Modify o-o?

  7. #7
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Mysql Problem

    AID int Unchecked
    UserID varchar(20) Unchecked
    UGradeID int Unchecked
    PGradeID int Unchecked
    RegDate datetime Unchecked
    Name varchar(50) Unchecked
    Email varchar(50) Checked
    RegNum varchar(50) Checked
    Age smallint Checked
    Sex tinyint Checked
    ZipCode varchar(50) Checked
    Address varchar(256) Checked
    Country varchar(50) Checked
    Cert tinyint Checked
    i think this will help?

  8. #8
    Proficient Member Drkidvictor is offline
    MemberRank
    Jul 2011 Join Date
    New JerseyLocation
    174Posts

    Re: Mysql Problem

    yup :)

  9. #9
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: Mysql Problem

    UserID : You use ID (ex :Gun)
    Cert : What is this ? I never ever seen it before !
    Name : You name (ex : Legend )
    Email : You email ( example@gmai.com )
    Age : 1->100 but u can put it NULL
    Sex : Male or Female but u can put it NULL too
    UGradeID : 255 to Admin,254 to System Developer, and search google to know more
    PGradeID : Put it 0 ( it PeriumGrade to determine that u can buy cash or ..etc, i'm not sure )
    RegDate : Day you registeration, the input like : day/mon/year
    Country : Can set NULL
    Ps : Set NULL
    Rs : Net NULL
    Address : Set NULL
    ZipCode : Set NULL



Advertisement