UniQuery.Open 1000000 rows records Out of Memory

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
leeker
Posts: 1
Joined: Mon 09 Apr 2012 14:30

UniQuery.Open 1000000 rows records Out of Memory

Post by leeker » Mon 09 Apr 2012 15:03

hi!
I use UniQuery.Open a table, 1000000 rows records , error: Out of Memory, How Can I write?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 10 Apr 2012 08:41

Hello,

It is likely that you work with large BLOB fields in your query, and due to the fact that all of the data are cached on the client, you receive the corresponding error. Please specify the DB you are working with and the table structure, so that we could give you a complete answer.

Post Reply