A
amit
Hi guys I am trying to use select Query with Like operator
Select DrugName from Stock where (DrugName LIKE '*s*')
This query works in MS-Access Query option and returns some records,
but when I run it through VB .net programm it dosen't return any result
nither it gives any error.
What could be the problem plz. help
Select DrugName from Stock where (DrugName LIKE '*s*')
This query works in MS-Access Query option and returns some records,
but when I run it through VB .net programm it dosen't return any result
nither it gives any error.
What could be the problem plz. help