Q&A

  • database사용시에 에러발생..
<에러부분>

Project Project1.exe raised exception class EDatabase Error with message 'Database1:Cannot perform this operation on a close database'.

Process stopped. USe Sep or Run to continue.



<소스중 일부>

try

commodule.Database1.StartTransaction;

with Q1 do begin //여기에 에러가 발생

Close;

.......





에러발생의 원인이 무엇인지 궁금합니다.

초보라서 database는 모듈로 잡았습니다.

db는 파라독스로 했구요.

빠른 답변 부탁드립니다..



1  COMMENTS
  • Profile
    구창민 2000.07.27 03:14
    spirit wrote:

    > <에러부분>

    > Project Project1.exe raised exception class EDatabase Error with message 'Database1:Cannot perform this operation on a close database'.

    > Process stopped. USe Sep or Run to continue.

    >

    > <소스중 일부>

    > try

    > commodule.Database1.StartTransaction;

    > with Q1 do begin //여기에 에러가 발생

    > Close;

    > .......

    >

    >

    > 에러발생의 원인이 무엇인지 궁금합니다.

    > 초보라서 database는 모듈로 잡았습니다.

    > db는 파라독스로 했구요.

    > 빠른 답변 부탁드립니다..

    >





    DataBase 컴포넌트의 Connected 프로퍼티가 True로 하고 해보세요.



    그럼~ 즐거운 프로그래밍 하시구요~