Problem with creating account

Newbie Spellweaver
Joined
Jul 30, 2008
Messages
51
Reaction score
0
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 =)
 
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
 
Upvote 0
Back