Forum Moderators: open
"SELECT Name FROM example WHERE Name NOT IN (SELECT name FROM example2 WHERE [criteria is met])"
"SELECT * FROM example"
Both statements execute quickly enough to ignore optimizing the query. However, when I try to loop through the results using a .movenext and looping until .eof is true the first query takes MUCH more time than the second.
I'm not an expert at ASP programming but I've been doing it for a few months now. Any advice would be greatly appreciated.
[4guysfromrolla.com...]