Q&A

  • 에러 질문입니당...
EDBEngineError 가 나는데요...
'Insufficient memory for this operation'
이런게 자주뜨는데요...
컴을 재부팅해야 이 에러가 없어지는뎅...
좀 자주뜨거든요....
왜 수행하기에 메모리가 부족한건징....
이유를 도통 몰겠습니당...
답변 기다립니당...
2  COMMENTS
  • Profile
    장지용 2002.02.07 02:06

    Delphi32.com 에서 펐습니다.
    대충 보시면 이해가 되실거예요.
    그리고 밑에서 먼저 읽어 보라는
    www.borland.com/devsupport/bde/ti_list/TI275 .html
    여기 대신에 여길 보세요.
    http://www.borland.com/devsupport/sqllinks/pub-88.html

    그럼 수고하세요.
    아참. 그리고
    BDE > Configuration > System > INIT 설정을 바꾸고 나서
    재부팅하셔야 될겁니다.


    Whenever I attempt to open many query or table cursors, I finally reach a point when I get an error, "Insufficient memory for this operation". What do I do?    


    First, you should read the technical document at www.borland.com/devsupport/bde/ti_list/TI275 .html Some current internal limits of BDE. This document will tell you what most of absolute BDE limits are. IMPORTANT: If your application is not reaching one of the limits covered there and you are also getting the above error message, most likely the SHAREDMEMSIZE setting in the BDE will solve your problem. This setting will allow you to increase the BDE's internal object memory pool. A setting between 4096 and 8092 should be more than plenty.


  • Profile
    장명선 2002.02.07 01:03
    사용한 폼을 메모리에서 지웠는지 확인해보세요
    폼 Close할때 OnClose 이벤트에 Action = caFree를 쓰면 그런 문제가 조금은 없어질듯 하네요

    즐코하세요