mhappy ·
·
阅读: 491
fxDM->adsNotifyList->Close();
fxDM->adsNotifyList->CommandText="select * from fx_tab_notifies where NotifySendTime between :TimeStart and :TimeEnd";
fxDM->adsNotifyList->Parameters->ParamByName("TimeStart")->Value=dtStart;
fxDM->adsNotifyList->Parameters->ParamByName("TimeEnd")->Value=dtEnd;
*/
fxDM->adsNotifyList->Open();
以上代码无效. dtStart/dtEnd都是TDATETIME.