I've found an example ad rotation script that will do work for what I'm trying to do with my online newspaper. I get the same error every time I try to run it. What am I doing wrong?<br><br>Error: Microsoft OLE DB Provider for ODBC Drivers error '80040e24' <br>The rowset does not support fetching backwards <br>/news/start2.asp, line 154<br><br><%<br>set rotatingad = db.execute("SELECT * FROM ads2"<br><br>Dim rndMax, rndNumber<br>Dim BID, imagefile, url<br>Randomize<br>rndMax = Int(rotatingad.RecordCount)<br>rndNumber = Int(RND * rndMax)<br><br>rotatingad.Move rndNumber<br>BID = rotatingad("BID"<br>imagefile = rotatingad("imagefile"<br>url = rotatingad("url"<br>%><br><br><a href = "adsredirect.asp?ID=<%=BID%>" TARGET="_blank"><IMG height="71" width="155" SRC="<A HREF=" TARGET="_new"> BORDER = 0></a><br>