Assertion failure: MyClasses.pas, line 2651

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 30 May 2006 11:27

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.

upscene

Post by upscene » Tue 30 May 2006 14:24

Ikar wrote:We can recommend following ways to avoid the problem:
- Try to find problem on the server side. This is right way.
Not my server :)
Ikar wrote: - Cache data on the client side to speed up download process.
This could be the only option, I think... although this could raise problems with huge resultsets.
Ikar wrote: - Divide data on small (<150 KB) pages and download them using different SELECT statements.
Not an option.

Thanks for all the help and tracking down the problem.

--
Martijn Tonies
Upscene Productions

Post Reply