- 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 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 =)