In my criteriaFind method when I get to the value in the name value pair I end up having to strip off the single quotes in the search string. So that the values in "Origin='SFO',Destination='DAL'" become SFO and DAL not 'SFO' and 'DAL'. Am I missing something? Are the single quotes there for a reason?
Rick Fortier
Ranch Hand
Joined: Jun 04, 2001
Posts: 147
posted
0
Originally posted by David Reck: In my criteriaFind method when I get to the value in the name value pair I end up having to strip off the single quotes in the search string. So that the values in "Origin='SFO',Destination='DAL'" become SFO and DAL not 'SFO' and 'DAL'. Am I missing something? Are the single quotes there for a reason?
They are being used as delimiters.
subject: Single Quotes Around Value in criteriaFind Strin