Quote:
Originally posted by gyuan
After you execute the first query, you can assign data from record set to an array, and then close your record set. Then you can use the same connection to execute your second qurey with a loop of array.
|
I didn't understand exactly what u meant so I asked my good friend google and I found an application called GetRow wich I guess u are referring to.
I am a complete noob in asp-programming so I have never heard of this before. It seems great and fast but I don't understand exactly how it works.
I understand how it works in executing one sql-query but not how to combine them like I have in my example above. Some clarification would be greatly appriciated.