I'm trying to run this query: SELECT * FROM Players WHERE Name = @name AND Pword = @password COLLATE NOCASE; I used a QueryCommand to run this, but I'm not getting the right result. It's not finding the name, because the input is all upper case, and the name in the database is capitalized...