Dear friends,<br>my sql is as follows:<br><br>SELECT salesman_name, salesman_cd<br>FROM salesman<br>WHERE salesman_name like "*a*";<br><br>when i assign this query to ADO control it does not retrieve any records but the same query runs fine in access and displays 3 records.<br>Why does ADO gives problem for such a query?<br>Can someone help me? any help would be highly appreciated.