Click here to Skip to main content
15,888,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a console app that read data from an SQL server via API and is stored as backup. The data is updated regularly and I want that my app should read only the updated data instead of scanning the whole database over and over again.
How can I achieve this task any suggestions, please?

What I have tried:

I am thinking about the solution and don't how can I achieve that. Just looking for ideas.
Posted
Updated 15-Jan-22 8:32am

1 solution

You could create a user setting for your timestamp that is read on application start.
See: Using Application Settings and User Settings - Windows Forms .NET Framework | Microsoft Docs[^]
 
Share this answer
 

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