You don't need a disconnected recordset just to display records - they are
only really useful if you want to persist the data between calls/pages.
Selecting "random" records from a database is not so straightforward: try
this or a variant of it -
http://www.aspfaq.com/show.asp?id=2132
Exactly how you do it may depend on how many records you have in your DB
table...
A search on Google for "asp random records" should get you some ideas.
tim
"Andie" <andie@mansunTRASH.freeserve.co.uk> wrote in message
news:h6jOa.46138$9C6.2315936@wards.force9.net...[color=blue]
> Basically within my database, I have a table called products, and I was[/color]
told[color=blue]
> about using a client side or "disconnected recordset" to display records[/color]
on[color=blue]
> the asp page I am using, I currently use an array to store all the product
> information to be displayed, and then randomly display 6 products on the
> screen.
>
> How would I used a client side recordset to display 6 different records[/color]
each[color=blue]
> time?
>
> Soeey but you will have to bear with me as I am only just getting to grips
> with ASP programming..
>
> Many thanks in advance.
>
> --
> Andie
>
> Remove TRASH from email address to reply
> "Tim Williams" <saxifrax@pacbell*dot*net> wrote in message
> news:%23XfJwb0QDHA.1564@TK2MSFTNGP12.phx.gbl...[color=green]
> > You cannot "select..." from a standalone recordset, but you can[/color]
> sort/filter[color=green]
> > it.
> > You don't say which records you want to retrieve, so difficult to give[/color][/color]
any[color=blue][color=green]
> > more details than that.
> >
> > tim
> >
> >
> > "Andie" <andie@mansunTRASH.freeserve.co.uk> wrote in message
> > news:Q9INa.45817$9C6.2267430@wards.force9.net...[color=darkred]
> > > Hello All,
> > >
> > > How would I go about using a disconnect recordset and select (x)[/color][/color][/color]
records[color=blue][color=green][color=darkred]
> > > from it, x being the number of records to be selected.
> > >
> > > Many thanks in advance.
> > >
> > > --
> > > Andie
> > >
> > > Remove TRASH from email address to reply
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]