G
Guest
I am developing a Network application using VB.NET & Access. For logging
purposes, I needed the server date, perform some manipulations on it & store
back the result to the server, for which I developed a procedure in VB that
executed the query
'Select Now'
with the connection string containing the path of the database on the server.
I expected the procedure to return the Server date. But to my great
surprise, it returned the local system date & time.
I suspect the File serving nature of Access to be the culprit.
Anyhow, I strictly need the server date for my purpose....
How can I retrieve it????
purposes, I needed the server date, perform some manipulations on it & store
back the result to the server, for which I developed a procedure in VB that
executed the query
'Select Now'
with the connection string containing the path of the database on the server.
I expected the procedure to return the Server date. But to my great
surprise, it returned the local system date & time.
I suspect the File serving nature of Access to be the culprit.
Anyhow, I strictly need the server date for my purpose....
How can I retrieve it????