Hi,
we have in our PB application, when running in C/S mode, the possibility to cancel a query returning large number of rows by issuing DBCancel(). In C/S mode it works fine.
But in PS mode, it doesn't appear to do anything.
Is there a way to cancel this kind of query when running in PS mode?
Thanks,
Kari
The only problem I see is that your result set looses significance when you want to ORDER the results of your query, as the list is incomplete. If you'd order by a field like for example "price", you would not know if the lowest or highest price is being displayed.