如何在asp.net中显示该消息后匹配访问数据库日期和系统日期

问题描述:

如何在asp.net中显示该消息后匹配访问数据库日期和系统日期

how to match access database date and system date after that message show in asp.net

您可以使用以下查询从访问中获取日期。 />


You can get date from access by using following queries.

SELECT Format(Now(),'yyyy-MM-dd HH:mm:ss')



b $ b或





Or

SELECT Now()





现在您可以比较代码中的日期值。



Now you can compare date values in code.