G
Guest
Hi,
I am currently looking at re-writing a payroll/timesheet application that
is currently in Access. The users need to enter timesheet hours for numerous
employees.
Up till now I have been experimenting and using strongly typed datasets as
generated by VS. However as these provide a disconnected model, how can I
prevent the loss of user data if the user PC crashes or dies for whatever
reason.
I imagine it would be inefficient to be performing writes to the database
using datasets after every record is inserted.
I like the binding and coding efficiency of using strongly typed datasets,
however it would seem like there can be big overheads and risk in not
updating to the database regularly.
Can anyone recommend a better way?
thanks
I am currently looking at re-writing a payroll/timesheet application that
is currently in Access. The users need to enter timesheet hours for numerous
employees.
Up till now I have been experimenting and using strongly typed datasets as
generated by VS. However as these provide a disconnected model, how can I
prevent the loss of user data if the user PC crashes or dies for whatever
reason.
I imagine it would be inefficient to be performing writes to the database
using datasets after every record is inserted.
I like the binding and coding efficiency of using strongly typed datasets,
however it would seem like there can be big overheads and risk in not
updating to the database regularly.
Can anyone recommend a better way?
thanks