Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 c# Indeed 在 Ms access 数据库中的两个日期之间进行搜索,以从两个文本框和参数中获取两个日期,而不是在程序 Itrayed 中直接写入日期:
convert(datetime,date,103) between convert(datetime,date1,103) and convert(datetime,date2,103)
你的意思是
convert(datetime,date,103) between #01.04.2013# and #15.04.2013#