hi
i m want to crate a trigger which is on the date changes
it is possible or not?
help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmesh SharmaPosted Jan 4, 2011, 3:16 AM
if we crate a time where i create in SQL or in my application
if i create a timer in my application where i created in my asp.net application
pls help me,
and if i create a Windows API i have no idea to this things
so give me some more info related to this Windows API pl z
Jean PaulPosted Jan 4, 2011, 3:02 AM
1) You application is alive and whenever the date changes you need to be notified.
In this case you can put a timer to continuously monitor
2) You need to get notified when the user changes the system time.
For this you might need to used Windows API and listen to the event WM_TIMECHANGE.
Regards,
Jean Paul