Skip to content
Advertisement

Application login system not working SQL LOCAL

I’am doing my program and i need login and register system. My register system is working but login not.

I have done register system

I don’t have error message

Advertisement

Answer

The suggestions from the comments above and the Microsoft link would change the code to be something like this below. Also, using parameters instead of building the string manually is HIGHLY recommended as building the SQL string can lead to SQL injection security vulnerabilities.

NOTE: I do not think this will fix the error you are having, but it may help find the issue.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement