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 Chriss Miller 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. NatPres

    Script failing

    763 : 765 : 766 : 767 : 768 : This is the result? it's showing the id numbers of the records selected for delete
  2. NatPres

    Script failing

    your idea about the executeSQL() being terminated is a valid point but as each time the foreach runs, it should be running the executeSQL() seprately. (shouldn't it?). 0E0 is being returned if zero rows are affected. this is true i also did the google bit on this. As said in my first post only...
  3. NatPres

    Script failing

    This part of a wider script is ment to remove a selection of queries from the database, The incoming variable is the id number seperated by a : is 98223: the script just executes the first command and fails of the rest. $delme = $in{'delme'}; @delme = split(/:/, $delme); print $q->header...

Part and Inventory Search

Back
Top