All Forums >> [Scripting] >> ASP >> Multiple recordset problem Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Original message moved by Admin Reason : Moved to a more appropriate category Hello
I hope someone can help. I am trying to build a photo album and i want my index page to display the list of albums available together with a randomly selected thumbnail from the collection. I have got soemthing which i think should work however a am having a problem opening a second recordset and querying it correctly. My code is posted below. what is happening is the first recordset rsRecordSet works fine and contains te correct records. then when i try to open te second recordset and query it
this new recordset contains the data from the first recordset! i am very confused why this is happening, i though you could create multiple recordsets and one connection, am i wrong here? Any help would be much appreciated.