TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jema
NA
1
0
how to compare date today with another date
Feb 17 2006 4:25 AM
actually i want to create a reminder for user in my system. i managed tp create a reminder date (nextMaintDate). But now i want to compare the date today with nextMaintDate, if its found to be the same, the data will out into listview that i create. i already do the coding but there is problem with my query..this is my coding:
date = DateTime.Today;
string query = "SELECT equipmentName FROM equipment WHERE nextMaintDate >= date;
**help me please, im begineer user. but im try to do it...huhuhu
Reply
Answers (
1
)
SetupDiGetDeviceInterfaceDetail problem in C#
class picture