Doc Thirst
12-12-2006, 03:03 PM
OK, I am trying to emulate the recordset functionality of VB.
I have a table with several records. I need to search the records and return the results one record at a time, ideally with previous/next buttons. Think photo gallery.
I'm currently thinking the original search will build an array and I can then "foreach" navigate through the array.
Is there a better way to do this?
I have a table with several records. I need to search the records and return the results one record at a time, ideally with previous/next buttons. Think photo gallery.
I'm currently thinking the original search will build an array and I can then "foreach" navigate through the array.
Is there a better way to do this?