Replies Back to Article

Random Dynamic Active Slideshow

For Access
September 29, 2005 by Jeremy Conn
Any idea what would be different for using with an Access DB? Great article...
Access
September 29, 2005 by James Hanifen
You will need to change the recordset that retrieves your pictures from the database. Below that code is the code for the random picture, I am not sure if this will work with access.
Limit
October 27, 2005 by Auz Clement
Is there a limit for the amount of pics to be returned in the recordset.  I am aksing because my page was working fine until I started uploading more and more pics.  Now for some reason the XML file is written, but only contains one blank line.  Any suggestions?
RE: Limit
October 27, 2005 by Auz Clement
Nevermind... I think I found the error.  Make sure none of your pics contain the characters "&" or "." :)
Pic Limit
May 18, 2006 by Auz Clement

Ok I am having an issue with the amount of pics I use.  As soon as I go over 455 pics in the recordset I get this error:

Description : An exception occurred: 'Move'

This is at this line:

randomPicRS.Move ( Int (( rrRecCount_randomPicRS * Rnd ) + 0))

 

Does anyone know why this could be happening?