get Time on Server
-
I have a application on client that will connect to server so i want to get Time on Server from Client. How to do that.
-
I have a application on client that will connect to server so i want to get Time on Server from Client. How to do that.
hi, If the database in the server ,You can simply run a SQL query and get time on that server computer. "SELECT getdate() as serverdatetime" If you run above query after connecting to database in the server,then You will receive the Time on the server. regards, pubudu.
-
I have a application on client that will connect to server so i want to get Time on Server from Client. How to do that.
That depends entirely on your server. What are you connecting to? A file share?, TCP port?, a server application that your wrote?, NTP service?, Web Service?, ... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome