Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

Can anybody tell me how to insert data to MS access database in windows form after certain time period. Like for example i was trying to add data into database which has fields like DeviceName, Time & Date. Here if the the data has the same description under those fields & if it is less than 5min of the time it was added. The data should not be added to the database, whereas if the time has crossed 5mins & data is same as the previous entered data then i should be in a position to add it to the database.

DeviceName Time Date
Printer 12:30pm 5/2/2013
Printer1 12:31pm 5/2/2013

So here if i get again Printer1 or Printer to add to database & if time is less than 5min of the previous entry i shouldn't add it to the database. Only if the time is beyond the 12:40pm/12:41pm i should add it to the database.

Thanks in advance..
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900