I need help,
I'm building a'n application in c++, in one form the program executes one gigantic query (9 pages) to show data from employees. This already takes to much time, I have the names from the employees in a treeview (the names i also getr from the same query). When i click on a person in the treeview i want to see the data in the detail view bu then i have tot execute the query all over again, is there any way to search records in a running dataset. please help!
------------------
dude
I'm building a'n application in c++, in one form the program executes one gigantic query (9 pages) to show data from employees. This already takes to much time, I have the names from the employees in a treeview (the names i also getr from the same query). When i click on a person in the treeview i want to see the data in the detail view bu then i have tot execute the query all over again, is there any way to search records in a running dataset. please help!
------------------
dude