Infinite_Hackers.., thanks for the info.
I also try something easier and works fine:
query= "select * from tablename where date_column betwen condition1 AND conditions2" ;
the format of condition1 and condition2 must be "yyyymmdd" not "yyyy/mm/dd" nor "yyyy-mm-dd".
If anybody can tell me a better way, I really appreciate it..
Budiarto.
--------------
Quote:
|
Originally Posted by Infinite_Hackers
you can change the records to date (the row name)
|