I want to write an application for employee tracking.
But, I am confused with the disconnected model of ADO.NET ...
It was easy with Delphi's connection oriented approach...
Selecting all the employees into a dataset at start-up seems to be
time-consuming and unnecessary.
Is there a better approach to this problem.
I mean, for ex., selecting employees one at a time.
Is there anyone designing an app like this and using a programming paradigm
that can be helpfull to me...
thanks in advance...