|
chadb -> ASP Date Question (2/4/2008 9:48:03)
|
I have 2 questions. I have a Access database, which has a table with a row called Date. I am trying to query using this: Mydate = date() str1 = "SELECT * FROM Birthdays where Date = " & MyDate First questions is: This does not return anything, I have confirmed O do have a date match, second, What do I need to add to not show an error if there is not a match? I have tried this, but then it just tries to load the page and never finishes, or it takes a long time. While Not MyRs.Eof Thanks
|
|
|
|