[阅读: 294] 2006-09-26 08:25:16
fxDM->adsNotifyList->Close();
AnsiString s="select * from fx_tab_notifies where NotifySendTime between '";
s=s+DateTimeToStr(dtStart)+"' and '"+DateTimeToStr(dtEnd)+"'";
fxDM->adsNotifyList->CommandText=s;
fxDM->adsNotifyList->Open();