|
-
Feb 7th, 2001, 07:16 AM
#1
Thread Starter
Addicted Member
I have an ASP page that searches for three different values in a Database. The first is that ValueDate the second is BeforeValueDate and the third is AfterValueDate. I have the ValueDate as a String in my SQL database.
I am trying to find out how to find the values for dates before a given ValueDate and after a given ValueDate.
Any Help is really appreciated with this. I am using JScript .
Thanks
JK
-
Feb 7th, 2001, 08:44 AM
#2
Lively Member
Use the CONVERT() function in SQL Server to convert the string to a date and do your compares that way.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|