J
jialiguo
Unregistered / Unconfirmed
GUEST, unregistred user!
access数据库
参数写法
select * from BC_checkresultdetail crd
where crd.areaid=1 and ((crd.CheckDate+crd.Begininterval/86400) > btime)) and ((crd.CheckDate+crd.Endinterval/86400) < etime) )
QryCheckResultDetail.Parameters.ParamByName('btime').Value := DateTimeToStr(DateTPBD.DateTime-1);
QryCheckResultDetail.Parameters.ParamByName('etime').Value := DateTimeToStr(DateTPED.DateTime);
写参数查不出东西来
select * from BC_checkresultdetail crd
where crd.areaid=1 and ((crd.CheckDate+crd.Begininterval/86400) > #2002-2-2#) and ((crd.CheckDate+crd.Endinterval/86400) < #2007-11-1#)
能查出来
但在程序中暴
不正常地定义参数对象.提供了不一致或不完整的信息"
参数写法
select * from BC_checkresultdetail crd
where crd.areaid=1 and ((crd.CheckDate+crd.Begininterval/86400) > btime)) and ((crd.CheckDate+crd.Endinterval/86400) < etime) )
QryCheckResultDetail.Parameters.ParamByName('btime').Value := DateTimeToStr(DateTPBD.DateTime-1);
QryCheckResultDetail.Parameters.ParamByName('etime').Value := DateTimeToStr(DateTPED.DateTime);
写参数查不出东西来
select * from BC_checkresultdetail crd
where crd.areaid=1 and ((crd.CheckDate+crd.Begininterval/86400) > #2002-2-2#) and ((crd.CheckDate+crd.Endinterval/86400) < #2007-11-1#)
能查出来
但在程序中暴
不正常地定义参数对象.提供了不一致或不完整的信息"