Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Hakim

  1. Hakim

    Using "Like" in Sql with ADO

    Thanks a lot , it works fine.<br>But can you tell me why is there so much change in SQL syntax with ADO and DAO<br>Eg. &quot;like&quot; changes to &quot;alike&quot; <br>And i had a problem earlier for the sql below <br>select * from user where password=&quot;hakim&quot;;<br>it would give error...
  2. Hakim

    Using &quot;Like&quot; in Sql with ADO

    Dear friends,<br>my sql is as follows:<br><br>SELECT salesman_name, salesman_cd<br>FROM salesman<br>WHERE salesman_name like &quot;*a*&quot;;<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...
  3. Hakim

    rotation back-up

    i used to have pretty much the same problem. it usually appeared after i forgot to change the tapes. to resolve it i had to restart the arcserve dbase engine, tape engine or restart the server. <br><br>regards, <br><br>Hakim

Part and Inventory Search

Back
Top