upper

MagnoMagno Member Posts: 168
edited 2004-12-14 in Navision Attain
Hi,

I know with sql you can use upper and lower in your sql statement like:
sql = "select * from tbl where upper(field)='" & ucase(value) & "'"

i just can't make it work with codbc, could anyone help me on this one?
i want to make login non case sensitive, but i can't change fields in navision, so it has to be done in asp code
There are no bugs, only random undocumented features...
---
My Blog: http://NAV-Magno.be

Comments

  • Mark_SMark_S Member Posts: 17
    try:

    UCASE (string_exp)
    M Stunnenberg
    GAC Business Solutions B.V.
Sign In or Register to comment.