|
안녕하세요! 매직 입니다.
Query2->Close();
Query2->SQL->Clear();
Query2->SQL->Add("select * from 2001_schedule");
Query2->Open();
2001_schedule 라는 테이블을 Open 하려고 하는데
아래와 같은 에러가 발생하였습니다.
Project Test.exe raised exception class EDBEngineError with message 'Invalid use of keyword.
Token:from
Line Number: 1' Process stopped. Use Step or Run to continue.
일반적인 테이블 memo 라고 있는 테이블로 했을때는 이상없이 Open 되는 것 같은데.
왜 2001_schedule 라고 되어있는 테이블은 안되는지요?
그럼! 감사합니다.
|