码迷,mamicode.com
首页 > 其他好文 > 详细

FDQuery Out of memory

时间:2019-05-18 09:45:43      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:wing   inter   ali   size   func   cti   led   col   any   

4万行记录 FDQuery查询 Out of memory

sql server 可以查询成功

 

First chance exception at $7505D722. Exception class EOutOfMemory with message ‘Out of memory‘. Process aa.exe (10212)


function TFDDatSRow.AllocBuffer: PByte;
begin
  ASSERT(Table.Columns.StorageSize <> 0);
  GetMem(Result, Table.Columns.StorageSize);
  FillChar(Result^, Table.Columns.StorageSize, 0);
  // We does‘t need the following call, if to follow the rule - memory area
  // filled by the zero‘s is an empty value of any data type.
  // InternalInitComplexData(Result);
end;

FDQuery Out of memory

标签:wing   inter   ali   size   func   cti   led   col   any   

原文地址:https://www.cnblogs.com/cb168/p/10884614.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!