我用一下sql语句对access数据库进行日期查询
sql:='select * from detail where 日期 between #'+datetostr(dtp1.Date)+'# and #'+datetostr(dtp2.Date)+'#'
在winxp下没有任何问题,在win98下却查不到任何记录,怎么回事