Continuing the discussion from DataTable Select function cannot perform “=” operation on System.Double and System.String:
under For Each of Dt1
Data row = Dt2.Select(“(Convert([ColName1],‘System.String’).SubString(5).) like '%”+row(“ColName1”).toString.Replace(“*”,“”)+"%’ ")
Where the Sub string extraction is not possible. please advice.