Link to home
Start Free TrialLog in
Avatar of denam
denam

asked on

Comparing dates in a stored procedure

I have a value in my database that represents an expire date.
Format is: 08/29/99.

How do I compare this to the actual date in a stored procedure?

Do I need to convert my expire date somehow before comparing it
to the value returned by getDate()?

thanks!
Dena
Avatar of denam
denam

ASKER

Correction: the expire date is in a datetime datatype.
Vi6 shows it in the format above, but a sql query displays it as: Aug 29 1999 12:00AM
ASKER CERTIFIED SOLUTION
Avatar of MasseyM
MasseyM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of denam

ASKER

Thanks Massey