One of my fields is a 255 length text field for comments. I would like to be able to search this text field to see if it contains any specific words.
I have seen the CONTAIN statement used before. Can this be used in ASP?
Is it possible to select a field if it contains a word within a text string or if this not possible in ASP / SQL - any other workarounds?
Thanks.
I have seen the CONTAIN statement used before. Can this be used in ASP?
Is it possible to select a field if it contains a word within a text string or if this not possible in ASP / SQL - any other workarounds?
Thanks.