Well, this is the easiest request in the world, and it somehow fails.
SELECT * FROM kal_auth.dbo.Login WHERE ID = 'Zen' AND PWD = CONVERT(varchar,'0x9248FEFE237DB009')
0x9248FEFE237DB009is not hex, although it looks like this. but it converts to "Password"
I know that this line exists, and its only a password field that does not return results, it was studied by isolating and testing them.
The PWD field is varchar (16).
I do not understand this.
source
share