How can I get SQL Date and time into statusstrip with timeer control
Recommended Answers
Jump to Postuse
select getdate()
on SQL and executescalar to get the value.
Assign the value to a var and use it in statusstrip or wherever.
I'm not sure what you are doing with the timer control though.PS: Why does it has to be the SQL date/time and not the …
All 4 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.