[dbo].[usp_createAccount]

09/21/2020 22:27 IFlyffMc#1
Little help please? how to fix this

Code:
Msg 207, Level 16, State 1, Procedure usp_createAccount, Line 41
Invalid column name 'secretquestion'.
Msg 207, Level 16, State 1, Procedure usp_createAccount, Line 41
Invalid column name 'secretanswer'.
Msg 207, Level 16, State 1, Procedure usp_createAccount, Line 41
Invalid column name 'birthday'.
Msg 207, Level 16, State 1, Procedure usp_createAccount, Line 41
Invalid column name 'regIP'.
09/22/2020 01:40 Execrate#2
Add the columns to the table it requires. :rollsafe:
09/22/2020 19:11 IFlyffMc#3
Quote:
Originally Posted by Execrate View Post
Add the columns to the table it requires. :rollsafe:
Fixed :)