hi,
Can any one help me how to find a partial match of a string.
let me inform you cannot know what is the pattern you r searching and in which one.
I am accessing a database and get all the business names.
now i have to find exact match and partial match for all these business names in a table.
query ="SELECT BUS_NME FROM LOOK_MATCH WHERE BUS_NME like '" &a(i) &"'"
Here a(i) is business name
this is giving me the exact match.
similarly how will i find partial match.
eg: for first time business name a(0)= AMC software
this name should be checked with every entry in the LOOK_MATCH table and if partial match then return the match.
similarly a(1)etc...
Can any one help me how to find a partial match of a string.
let me inform you cannot know what is the pattern you r searching and in which one.
I am accessing a database and get all the business names.
now i have to find exact match and partial match for all these business names in a table.
query ="SELECT BUS_NME FROM LOOK_MATCH WHERE BUS_NME like '" &a(i) &"'"
Here a(i) is business name
this is giving me the exact match.
similarly how will i find partial match.
eg: for first time business name a(0)= AMC software
this name should be checked with every entry in the LOOK_MATCH table and if partial match then return the match.
similarly a(1)etc...