hi all,
i'm trying to do a search facility but as i've found oracle is completely case sensitive....
as theres many formats of the same kind of code in the table i'd rather have in my select something that sets to lower case both the search value and the field value
nb.calling this from a web page
kinda like (in no way actual code) just for example
sSql = "SELECT myRef FROM myTable WHERE lowercase(myField) = lowercase(" & myWebSearch & ")"
thankyou for any help, tips or advice
daveJam
even my shrink says its all your f#@/ing fault
i'm trying to do a search facility but as i've found oracle is completely case sensitive....
as theres many formats of the same kind of code in the table i'd rather have in my select something that sets to lower case both the search value and the field value
nb.calling this from a web page
kinda like (in no way actual code) just for example
sSql = "SELECT myRef FROM myTable WHERE lowercase(myField) = lowercase(" & myWebSearch & ")"
thankyou for any help, tips or advice
daveJam
even my shrink says its all your f#@/ing fault