A
abc my vclass
In my application, it reads several tables from database when loading the
form. Many users feel the application hang. How can I improve the
performance of this application.
The application load data table by table. I known ADO.NET can read all
resultsets one pass. But my case, each users have difference data tables
will load on the start application. It hard to apply one pass loading.
form. Many users feel the application hang. How can I improve the
performance of this application.
The application load data table by table. I known ADO.NET can read all
resultsets one pass. But my case, each users have difference data tables
will load on the start application. It hard to apply one pass loading.