Ask a Question related to Dreamweaver AppDev, Design and Development.
-
woodywyatt #1
all records in random orde?
Ok, this has probably been asked a thousand times, apologies for repeating..
Is there a tutorial or extension to display all records from a recordset in
a random order?
I've tried using various options such as ORDER BY RAND() in the sql
statement but none seem to work.
At present my sql is -
SELECT *
FROM upload
WHERE Date>DateAdd('yyyy',-1,Now());
I also need to display all records in random order
Thanks for any help
Gary
woodywyatt Guest
-
Random records from MySQL
is there any way i can get my page to pull a record ot of a table at random in PHP and MySQL?????????:confused; -
random records from Access?
Hi I'm using a Windows 2003 server an access database, with ODBC connection Is there anywhere I can find info about displaying all records in... -
Random records (but with logic)
Hi, I need to extract randomly 5 records from the table "Questions". Now I use SELECT TOP 5 FROM Questions ORDERBY NEWID() And it works. The... -
Using Math.random to go to random frames
Hello everyone. My cerebral density is preventing me from seeing the solution to this problem. I have the following code which causes the user to... -
Random image in a random place.
Anyone know javascript? I have a grid(4 x 4) of 16 spacer images and a few text links on the side. Each text link represents a different folder of... -
Drew #2
Re: all records in random orde?
Hopefully you are using SQL Server, if so here is a good start,
[url]http://www.sqlteam.com/item.asp?ItemID=8747[/url]
Drew
"woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
news:d3eed5$gvq$1@forums.macromedia.com...> Ok, this has probably been asked a thousand times, apologies for
> repeating..
> Is there a tutorial or extension to display all records from a recordset
> in
> a random order?
> I've tried using various options such as ORDER BY RAND() in the sql
> statement but none seem to work.
> At present my sql is -
>
> SELECT *
> FROM upload
> WHERE Date>DateAdd('yyyy',-1,Now());
>
> I also need to display all records in random order
> Thanks for any help
> Gary
>
>
Drew Guest
-
woodywyatt #3
Re: all records in random orde?
I'm using a Windows 2003 server an access database, with ODBC connection
Is there anywhere I can find info about displaying all records in random
order using this kind of set up?!
Thanks
Gary
"Drew" <drew.laing@NOswvtc.dmhmrsas.virginia.SPMgov> wrote in message
news:d3eigi$muj$1@forums.macromedia.com...> Hopefully you are using SQL Server, if so here is a good start,
>
> [url]http://www.sqlteam.com/item.asp?ItemID=8747[/url]
>
> Drew
>
> "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
> news:d3eed5$gvq$1@forums.macromedia.com...>> > Ok, this has probably been asked a thousand times, apologies for
> > repeating..
> > Is there a tutorial or extension to display all records from a recordset
> > in
> > a random order?
> > I've tried using various options such as ORDER BY RAND() in the sql
> > statement but none seem to work.
> > At present my sql is -
> >
> > SELECT *
> > FROM upload
> > WHERE Date>DateAdd('yyyy',-1,Now());
> >
> > I also need to display all records in random order
> > Thanks for any help
> > Gary
> >
> >
>
woodywyatt Guest



Reply With Quote

