Is there a mechanism where in I can gracefully stop the vortex script from fetching the results any more results from texis database and proceed with other execution.
As in .. if i have
<a name=main>
<sql ..... ></sql>
//other functions
</a>
If sql is taking a lot of time to fetch the results. The sql is not a row statement. It will fetch all the results and insert it into a temporary table. That table will then be sorted by a ranking mechanism which we have. Is there any method wherein i can simply stop the script and make it to display all the results it has fetched so far when the script is taking a lot of time to execute.
As in .. if i have
<a name=main>
<sql ..... ></sql>
//other functions
</a>
If sql is taking a lot of time to fetch the results. The sql is not a row statement. It will fetch all the results and insert it into a temporary table. That table will then be sorted by a ranking mechanism which we have. Is there any method wherein i can simply stop the script and make it to display all the results it has fetched so far when the script is taking a lot of time to execute.