mhappy ·
·
阅读: 352
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();