|
501047 3/22/2004 |
The Admin can correct me but the way the page is set up you can only look for a string match. Notice in the SQL that there are aposterpheries (sp?) around the date '3/22/2004'. It is doing a string match. It would need to read #3/22/2004# inorder to use the greater than, etc. Without rewriting a lot of the code I didn't see an easy solution to this problem. Seems like the code is set up to always do string comparisons. |
![]() |
Sergey Kornilov admin 3/23/2004 |
This problem was fixed in ASPRunner Professional. Please find more info about ASPRunnerPro here: |
|
501048 4/14/2005 |
Hello, |
![]() |
Sergey Kornilov admin 4/14/2005 |
In ASPRunnerPro 3.1-3.2 date values are wrapped by #...# while working with MS Access databases. |
|
501049 5/1/2005 |
One could also change data format from date to text. That usually solves problems with both data editing and searching. |