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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ehambrey

    After Restore Tapes Become Unusable

    As far as I am aware when a data restore is done we can not continue backing information up to the tape use for the restore as it becomes un readable we get erros such as Error reading file data. Media mount failed. We end up having to erase the tape and do a ful back up again no just the...
  2. ehambrey

    After Restore Tapes Become Unusable

    Hi, After a restore from a diff backup the tape becomes unusable is the the norm or can i set and option to stop this?
  3. ehambrey

    Multiple Conditions and BETWEEN

    Hi, After your advice that the SQL was ok, i went back through my page code and app code and found a small type - o in the code. Everything works fine now Many Thanks
  4. ehambrey

    Multiple Conditions and BETWEEN

    Hi, Ok thanks for your help but i still get the same problem, i will look in to it and get back to you on this space if anything comes up once again thanks. edd
  5. ehambrey

    Multiple Conditions and BETWEEN

    How about this? "SELECT * FROM SUBCATERGORY INNER JOIN PRODUCT ON SUBCATERGORY.SUBCATERGORY_ID = PRODUCT.SUBCATERGORY_ID INNER JOIN MANUFACTURES ON PRODUCT.MANUFACTURES_ID = MANUFACTURES.MANUFACTURES_ID WHERE SUBCATERGORY.SUBCATERGORY_ID = "321311" AND MANUFACTURES.MANUFACTURES_ID = "1232132"...
  6. ehambrey

    Multiple Conditions and BETWEEN

    Hi every one I have written the bellow statement and when executed it returns no rows when a third condition is added e.g. the between statement. If I take one the conditions out (this could be one of the = or the between) it returns rows form the database. The trouble is I need the retuned...

Part and Inventory Search

Back
Top