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
Jagjit Saini
NA
166
0
DateTime Field
Sep 5 2011 3:29 AM
Hi
I have Datetime Field in which data is stored in this format
2011-09-02 06:32:00 (Year,Month,Date) . I want if entry exists for that user on that day , then it should allow only to update , else it should allow me to add record.
For e.g (Select * from table1 where date = m_date)
if record is returned then message ("Entry Exists") else ("Entry Does not Exist"); Query should check only for date in that field.
Thanks
Reply
Answers (
1
)
how to overwrite a method of inbuild control in c#.net
Query