Hello,
In SQL databases I use the LIKE operator to find a search string that is embeded in a string of a field value.
I have SET EXACT OFF (which works as: LIKE *mystring).
In standard Clipper\xHarbour how can I perform a match simliar to the SQL LIKE operator's LIKE *mystring* ?
Thanks,
Michael42
In SQL databases I use the LIKE operator to find a search string that is embeded in a string of a field value.
I have SET EXACT OFF (which works as: LIKE *mystring).
In standard Clipper\xHarbour how can I perform a match simliar to the SQL LIKE operator's LIKE *mystring* ?
Thanks,
Michael42