pseudo code
<CFLOOP query="firstquery">
<CFQUERY name="secondquery">
SELECT name
from images
where project_id = #url.id# AND name = #name#
</CFQUERY>
<CFIF secondquey.recordcount EQ 0>
<CFSET error_list = listappened(error_list, name)>
</CFIF>
</CFLOOP>
<CFOUTPUT>#error_list#</CFOUTPUT>
Right now, it takes like minutes to get results! Even if there's only 1 value in the list! Is there a better way to do what I am doing? Or some way to make it faster? Cos this is slooooooooow! Thankie!
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

