Q&A

  • 이런 에러는 뭔지...
Project prjpay.exe raised exception class ENoReseultSet with message 'Error creating cursor handle'. Process stopped. Use Step or Run to continue.



레코드를 추가하려다가 이런 에러가 생겼어여. 이유가 뭔지 좀 갈켜주세요!!

1  COMMENTS
  • Profile
    최석기 2001.02.16 03:46
    미여니 wrote:

    > Project prjpay.exe raised exception class ENoReseultSet with message 'Error creating cursor handle'. Process stopped. Use Step or Run to continue.

    >

    > 레코드를 추가하려다가 이런 에러가 생겼어여. 이유가 뭔지 좀 갈켜주세요!!



    보통 쿼리 수행시 Insert나 Update,Delete 문 같은 경우는 Select문과는 달리 리턴되는 결과 값이 없기 때문에 Open 케소드를 사용하는게 아니라 ExecSQL메소드를 사용해야 합니다.



    쿼리문 수행시 혹시 Open 메소드로 실행한게 아닌가 싶네요.