Hello I have a Coldfusion page that goes to a sql 2008 server. I'm trying to make it convert what ever the user enters to all upper case. So far I tried this Values ('#Form.UPPER(A rtist)#', but so far it errors out saying "The UPPER method was not found". How would I go about so it will change anything in the Artist field to upper case?
Thanks
Thanks
Comment