473,394 Members | 1,916 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

System Date Problem

1
I currently have a split database with time sensitive data. The data is locked after 2 weeks, leaving the users a 2 week window to enter/update date. The problem was pointed out that if a user changes there system clock on their PC to an older date, MS Access is using this to set the current date on the frontend. This is leaving the database open to change outside that 2 week window.
Any ideas how I can capture the actual date or the server date from the backend?
May 25 '07 #1
5 1436
JConsulting
603 Expert 512MB
I currently have a split database with time sensitive data. The data is locked after 2 weeks, leaving the users a 2 week window to enter/update date. The problem was pointed out that if a user changes there system clock on their PC to an older date, MS Access is using this to set the current date on the frontend. This is leaving the database open to change outside that 2 week window.
Any ideas how I can capture the actual date or the server date from the backend?

This is just an opinion. We as developers have been given a monumental task to protect not only company data, but the integrety of our applications. We go to great lengths to protect the users from themselves. In a situation where you load an application onto a user workstation, you expect them to treat it as they would any company property. The truth is, this same person that is trusted to enter, update and maintain company data should also be expected NOT to change a date time clock on their PC. Many companies remove the ability to change the clock at the OS level thus removing the problem. Getting the time from a server can also be set up from within the OS, if it has to be done.
Because Access has inherant functions to work with dates and times, we have to rely on the program to know where to get this from.
Bottom line is, you shouldn't make this a database problem. Talk to your Desktop support and make it their issue.
J
May 25 '07 #2
Tawni
5
Very Very Well Said Lmao
Sep 22 '07 #3
NeoPa
32,556 Expert Mod 16PB
Very Very Well Said Lmao
Not just a good idea, but well and helpfully expressed :)
Sep 22 '07 #4
daniel aristidou
491 256MB
Not just a good idea, but well and helpfully expressed :)
Just a question but what if the database is used over an extranet?
Then company would have no way of making sure the computers time was accurate.
Sep 23 '07 #5
NeoPa
32,556 Expert Mod 16PB
Who would implement a system like that over an extranet?
You would arrange to use the server-side clock I expect. It would have to go via a web interface so would not be a relevant discussion in the Access forum really.
Sep 23 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: p175 | last post by:
People, I have an ESE 8.2.2 database running on win2k server . I need to do some system testing that requires I reset the dates back a couple of years then progressivily move it forward to...
6
by: A.M-SG | last post by:
Hi, I have an aspx page at the web server that provides PDF documents for smart client applications. Here is the code in aspx page that defines content type: Response.ContentType =...
2
by: S.K. Dutta | last post by:
Hi! I am having a problem that I do not have any clue on what to do. I have tries a few obvious things... <system.diagnostics> in the main web.config file is giving configuration error on a...
6
by: Chad Crowder | last post by:
Getting the following error on my production server whether the file exists or not: "System.IO.IOException: Cannot create a file when that file already exists." Here's the code generating the...
3
by: seegoon | last post by:
Hi to all. I have a small problem I hope someone can help me with. I am running a sql query to a csv file. The query searches for the total of a column between 2 dates. This is a copy of one of...
4
by: Liverpool fan | last post by:
I have a windows application written using VB .NET that encompasses a countdown timer modal dialog. The timer is a System.Timers.Timer with an interval of 1 second. AutoReset is not set so accepts...
0
by: pranesh.nayak | last post by:
Hello Group, (tech: C#, VS2005) I'm facing a problem in passing Nullable<DateTimeto a webservice. Below is code in webservice wrapper (reference.cs) used set/get date. When i set date value...
1
by: shyam vashista | last post by:
i have problem in validation check for system date with server date problem::: If i change my system date as september 30, 2006 and use validation for filling form as current date as oct30,...
2
by: Louverril | last post by:
I have a problem I just can't get any sort of query findfirst or the sql below to correctly compare a value in a table with a supplied value. I created a very simple situation to try and figure ...
2
by: samvb | last post by:
Hi, I have just finished a program that uses ms access and depends on system date to do certain things. just when i was testing it, a friend suggested that i change system date to see how it reacts....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.