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 DanielStead

  1. DanielStead

    Help with query please

    This query works fine SELECT ParcelID, x, y FROM Polygons WHERE Parish = 'Stadhampton' AND ParcelID = 91 AND x BETWEEN 460500 AND 461000 but this query selects multipule ParcelID's when i only want the ones for 91. It seems to be the OR that causes the query not to function as how i thought...
  2. DanielStead

    how to loop thorugh lots of folders in a directory using perl

    i currently have a perl script that moves files to a different location but i need to add a bit of code that will loop thourgh all the folders in the directory as there are like 5,000 folders in the directory code currently looks like this #!/usr/bin/perl use File::Copy; opendir(DIR, "X:/Tera...

Part and Inventory Search

Back
Top