I have a query that, at this moment, only returns 2 records. Also, I'm only returning 1 column from the records as that is all I need.
I use rs.GetString to return the results in a nice list.
I want to pull, out of that list, 1 item at a time.
Ultimately, I want to be able to get a list of records that meet the query requirements, put them in an array, and randomly select one of the records to display on the web.
Does anyone know a way I could accomplish this?
I use rs.GetString to return the results in a nice list.
I want to pull, out of that list, 1 item at a time.
Ultimately, I want to be able to get a list of records that meet the query requirements, put them in an array, and randomly select one of the records to display on the web.
Does anyone know a way I could accomplish this?