Hello everyone,
I have made an application. a piece of this application takes a long time to execute(about 10 or 15 minutes). It is a terribly slow and big query.
I want to be able... to put some sort of a break point right after the query...
and then I want to be able to start the app from the breakpoint(with my dataset filled with data from the query). so that I would be able to change the code below the query.... and not loose time on the execution of it....
can anyone help ?
thx,