鹅
鹅卵石
Unregistered / Unconfirmed
GUEST, unregistred user!
我在用delphi 6 +access做一个数据库系统,在进行中遇到一个关于日期的问题,请能者给与
解释:
如果写成如下语句:“select * from 个人资料表 where 出生日期 between '''+date1+''' and '''+date2+'''”
则报“数据类型不匹配“的错,
如果写成:“select * from 个人资料表 where 出生日期 between '+date1+' and '+date2+'”,
则查询不到记录,但数据库中却有记录存在。
请指教!
解释:
如果写成如下语句:“select * from 个人资料表 where 出生日期 between '''+date1+''' and '''+date2+'''”
则报“数据类型不匹配“的错,
如果写成:“select * from 个人资料表 where 出生日期 between '+date1+' and '+date2+'”,
则查询不到记录,但数据库中却有记录存在。
请指教!