Hi ,
I have this problem, where I want the query to find slimier results,
Like '%BandName%'
for a static query it's easy, but when I use a string from a textBox I am not sure what should be the syntax.
public static DataRow SearchByBandName(string bandToFind)
{
return DbUtils.SelectDataRow("SELECT * from Bands WHERE BandName Like @BandName",
Any clue?
Thanks,
Mot.