We can recommend following ways to avoid the problem:
- Try to find problem on the server side. This is right way.
- Cache data on the client side to speed up download process.
- Divide data on small (<150 KB) pages and download them using different SELECT statements.
Assertion failure: MyClasses.pas, line 2651
-
upscene
Not my serverIkar wrote:We can recommend following ways to avoid the problem:
- Try to find problem on the server side. This is right way.
This could be the only option, I think... although this could raise problems with huge resultsets.Ikar wrote: - Cache data on the client side to speed up download process.
Not an option.Ikar wrote: - Divide data on small (<150 KB) pages and download them using different SELECT statements.
Thanks for all the help and tracking down the problem.
--
Martijn Tonies
Upscene Productions