Ask a Question related to Dreamweaver AppDev, Design and Development.
-
MeTin #1
repost again :) sorry
Hi all
any idea how to display specific record on current date and time of the day
...
i did managed to display it for the date and drop it on specific date but
couldn manage it to dispay on speci,fic time of the date (for example 6
o'clock in the evening drop from the list)
i work with ASP and access 2000 and i have done it like
SELECT *
FROM students_table
WHERE students_pass_exam <=now
ORDER BY students_pass_exam ASC
So can u pls help me out how to do it to dissapear at the current time of
the last day instead of after midnight of the last date ...
Pls gimme some tips ..
Rgrds MeTin
MeTin Guest
-
Img Help (Repost as Cross)
REPOSTED AS CROSS POST. I'm working on a button script that creates an Image, puts a button design on it and puts the text of the button into the... -
REPOST [configuring RDS on 2K3 IIS 6.0]
REPOST FROM Hi, I'm having trouble configuring RDS on an IIS 6.0 server. I've followed all KB articles I've found on it but it still doesn't... -
Repost, sort of...
What do "Image Interpolation" in the .EPS save dialog box and "Save Image Pyramid" in the .TIF save dialog do? Please be as technical as possible. -
Repost Search
while( <FILEHANDLE> or <FILEHANDLETWO>) { $mesAlertes = <FILEHANDLE>; $mesAlertesDeux = <FILEHANDLETWO>; $final = ($mesAlertes, $mesAlertesDeux);... -
Re (repost): Is this a bug?
I forgot to actually use ack vs. each below but either way I get the same behaviour... BTW I am using 1.6.8 on FreeBSD 4.8 Aryeh Friedman wrote: -
CMBergin #2
Re: repost again :) sorry
Your students_pass_exam field must have a time. Then, kill the equal sign.
WHERE students_pass_exam < NOW()
If your field has a time, the comparison will end up being something like
WHERE '2/28/2005 18:00:00' < '2/28/2005 07:25:57'
So this record will still display, but at 6:00 tonight, it will no longer
display on newly requested pages.
"MeTin" <metinyaman@hotmail.com> wrote in message
news:cvq326$8jn$1@forums.macromedia.com...day> Hi all
>
>
> any idea how to display specific record on current date and time of the> ..
> i did managed to display it for the date and drop it on specific date but
> couldn manage it to dispay on speci,fic time of the date (for example 6
> o'clock in the evening drop from the list)
> i work with ASP and access 2000 and i have done it like
>
> SELECT *
> FROM students_table
> WHERE students_pass_exam <=now
> ORDER BY students_pass_exam ASC
>
> So can u pls help me out how to do it to dissapear at the current time of
> the last day instead of after midnight of the last date ...
>
>
> Pls gimme some tips ..
>
>
> Rgrds MeTin
>
>
CMBergin Guest



Reply With Quote

