Thats fantastik! Works for this sample, however my main purpose of the post was to figure out how to perform a loop with SQL, I know thats the long way around on this sample but my scripts usually require multiple queries - update- variables etc..
Is there a way to process the code in SQL to perform like I use it in CF shown in the sample, where you do a loop and use the variables from the loop in queries that follow?
Main Topics
Browse All Topics





by: rrjegan17Posted on 2009-10-04 at 18:09:16ID: 25491769
You can perform the Looping, SELECT and UPDATE everything in a single UPDATE query given below
Select allOpen in new window