Menu

Problems with clientnumber

Anonymous
2002-11-01
2002-11-04
  • Anonymous

    Anonymous - 2002-11-01

    Hello i have a problem with clientnumber (Kdnr)

    Ive got 9 accounts , If i make the 10e , Its doing ok ,

    Next user is going to sign in , make a account ,

    He gets a kdnr 10 too , and he see the other people that has kdnr 10 his information

    Can some one help ? , I wont make any kdnr any more he stops at 10. He wont do 11,12,13,14,15...

    THanks

     
    • Andreas Kansok

      Andreas Kansok - 2002-11-04

      Please change the column definition for kdnr in table user from VARCHAR to INT.
      Should be a query 'alter table user change kdnr kdnr(int(8))' or  similar.
      That's all.

       

Log in to post a comment.