Hi All,
What does the N do in the following statement in the eUser.js mean?
SELECT eUserName FROM eUser WHERE UPPER(eUserName) = UPPER(N'" + username + "') AND ePassword = '" + password + "'"
We are trying to change the eUser script but cannot seem to understand how this works.
Thanks,
Alex