bluebarca
March 18th, 2009, 05:46 PM
I have a project for an attendance system where a local pc scans to see how is present every 30 minutes and updates the number of scans each individual person has passed up untill the end of the session; where i should read this data and save the final attendance in a SQL Server 2005 database based on who passed a certain amount of scans.
first i thought to make this temporary list a temp database table but this is inefficient on the large scale.
How should i save a list of dynamic data locally, and updating some values in it untill the final values are sent to be saved at the server ?
Is XML the way i should go or is there a better way to go ?
Thanks very much for the help;
bluebarca
first i thought to make this temporary list a temp database table but this is inefficient on the large scale.
How should i save a list of dynamic data locally, and updating some values in it untill the final values are sent to be saved at the server ?
Is XML the way i should go or is there a better way to go ?
Thanks very much for the help;
bluebarca