咔波碧宝 ·
·
阅读: 375
fxDM->adsNotifyList->Close();
AnsiString s="select * from fx_tab_notifies where NotifySendTime between '";
s=s+quotedstr(DateTimeToStr(dtStart))+"' and '"+quotedstr(DateTimeToStr(dtEnd))+"'";
fxDM->adsNotifyList->CommandText=s;
fxDM->adsNotifyList->Open();