I was noticing that I have search dialogs throughout a database and if someone enters single-quote mark, ' , it crashes the code. Is there a way to maintain the search ability but prevent crashing?
I think it involves split and replacing ' with \' .. but are there other things I should be aware of (other ways that user may break it)?
Trevor
I think it involves split and replacing ' with \' .. but are there other things I should be aware of (other ways that user may break it)?
Trevor