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 =)
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
Re: Problem with creating account
Quote:
Originally Posted by
shinta51187
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
Re: Problem with creating account
wrong command
Quote:
i typed exec dbo.cabal_user_register 'tester', '123456'
try this one
exec dbo.cabal_tool_registerAccount 'a','a'
Re: Problem with creating account
john wat must i edit in the stored procedures can u show example thx
Re: Problem with creating account
Re: Problem with creating account
yes nixis i did same error
Re: Problem with creating account