Cannot covert to a timestamp 是什么意思?
string s,l
long li_count
s=sle_1.text
l="出生年月 like'"+s+"%'"
select count(*) into :li_count from student
where 出生年月=:s;
if li_count<1 or isnull(li_count) then
messagebox('提示','无此出生年月!')
end if
dw_1.setfilter(l)
dw_1.filter()
为什么我保存这段代码的时候 会提示错误说:
Cannot covert to a timestamp
是什么意思? 高手教教我!!