In a client/server environment - how can I get the server date from the client machine?
Thats if my program is running on the client machine - it connects to the server for the database, now one of the fields in the table is of "date".
This date shd be of the "server" and not of the client.
How do I get the date of the server?
Thanks


Reply With Quote