Error on sql database “Must declare the scalar variable”

前端 未结 2 1711
难免孤独
难免孤独 2020-12-07 03:13

I have a problem with my login system. I made a simple system which worked well, but I wanted to make it more advanced and display a different start page depending on a user

2条回答
  •  清歌不尽
    2020-12-07 03:37

    You have passed in @Login and @Password as parameters to your query, but you have not passed in @UserType as a parameter to your query.

提交回复
热议问题