中国开发网: 论坛: 程序员情感CBD: 贴子 409817
mhappy
茶壶啊,还是那个问题,偶把代码贴出来了...
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.

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录