I am using winform, mysql, c# in my project.
I want to get server machine, which was connected throw LAN network. Is it possible in winform or C#?.
My Requirement was,..
Product License date was stored in mysql database. I can get that and compare to local system date. but client change the local system date at anytime. So License date process is waste, when i am comaper that with local machine. But the Client didnot change the server date.
So i am willing to get the Server Date.
Help me.
You could use the MySQL Now() function: