Problem with creating account

Results 1 to 8 of 8
  1. #1
    Member shinta51187 is offline
    MemberRank
    Jul 2008 Join Date
    51Posts

    Problem with creating account

    i have problem adding account.
    i typed exec dbo.cabal_user_register 'tester', '123456'
    i get this error.
    Msg 515, Level 16, State 2, Procedure cabal_user_register, Line 8
    Cannot insert the value NULL into column 'Password', table 'ACCOUNT.dbo.cabal_auth_table'; column does not allow nulls. INSERT fails.
    The statement has been terminated.

    (1 row(s) affected)

    hope u can help me with this thx =)


  2. #2
    Member Shmuga66 is offline
    MemberRank
    Mar 2008 Join Date
    56Posts

    Re: Problem with creating account

    Try with this editor...i register with him , and all ok:

    http://www.ragezone.com/forum/showthread.php?t=446300

  3. #3
    Alpha Member john_d is offline
    MemberRank
    Feb 2004 Join Date
    PhilippinesLocation
    2,868Posts

    Re: Problem with creating account

    Quote Originally Posted by shinta51187 View Post
    i have problem adding account.
    i typed exec dbo.cabal_user_register 'tester', '123456'
    i get this error.
    Msg 515, Level 16, State 2, Procedure cabal_user_register, Line 8
    Cannot insert the value NULL into column 'Password', table 'ACCOUNT.dbo.cabal_auth_table'; column does not allow nulls. INSERT fails.
    The statement has been terminated.

    (1 row(s) affected)

    hope u can help me with this thx =)
    maybe the stored procedure is bad... go to Stored procedures and check if ur SP is correct

  4. #4
    Enthusiast NixIs is offline
    MemberRank
    Aug 2008 Join Date
    47Posts

    Re: Problem with creating account

    wrong command

    i typed exec dbo.cabal_user_register 'tester', '123456'
    try this one
    exec dbo.cabal_tool_registerAccount 'a','a'

  5. #5
    Member shinta51187 is offline
    MemberRank
    Jul 2008 Join Date
    51Posts

    Re: Problem with creating account

    john wat must i edit in the stored procedures can u show example thx

  6. #6
    Enthusiast NixIs is offline
    MemberRank
    Aug 2008 Join Date
    47Posts

    Re: Problem with creating account

    Did u try my command? ^^

  7. #7
    Member shinta51187 is offline
    MemberRank
    Jul 2008 Join Date
    51Posts

    Re: Problem with creating account

    yes nixis i did same error

  8. #8
    Enthusiast zooy2 is offline
    MemberRank
    Aug 2008 Join Date
    27Posts

    Re: Problem with creating account

    Read this topic it will help you!

    http://forum.ragezone.com/showthread.php?t=449458



Advertisement