<에러부분>
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는 파라독스로 했구요.
빠른 답변 부탁드립니다..
> <에러부분>
> 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로 하고 해보세요.
그럼~ 즐거운 프로그래밍 하시구요~