Server Date

  • Thread starter Thread starter Guest
  • Start date Start date
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????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top