Q&A

  • DB 버젼이 틀린경우 어떻게하죠??
paradox 5.0 for Windows Table를 사용하고 있습니다.



Object Inspector창에서 active를 true시키면

interface mismatch. Engine Version different.라는 메세지가 나타납니다.



delphi4에서 Run메뉴를 실행하면 다음과 같은 error가 발생합니다.

Project aaaaa.exe raised exception class EDBEngineError with message 'Interface

mismatch. Engine version different.'. Process stopped. Use Step or Run to continue.



실행파일 aaaaa.exe를 직접실행하면

Interface mismatch. Engine version different.





1  COMMENTS
  • Profile
    김영대 2000.10.17 22:05
    BDE Engine 과 paradox 버젼이 맞지 않은 경우군여..

    이런경우 ...

    Delphi4는 BDE4.0을 기본으로 하고 있습니다.

    BDE Engine을 버젼업을 하면 될것같은데여...(즉 5.0으로)

    참고로 BDE는 인프라이즈사 홈에 들어가면 구할수 있습니다.





    초보자 wrote:

    > paradox 5.0 for Windows Table를 사용하고 있습니다.

    >

    > Object Inspector창에서 active를 true시키면

    > interface mismatch. Engine Version different.라는 메세지가 나타납니다.

    >

    > delphi4에서 Run메뉴를 실행하면 다음과 같은 error가 발생합니다.

    > Project aaaaa.exe raised exception class EDBEngineError with message 'Interface

    > mismatch. Engine version different.'. Process stopped. Use Step or Run to continue.

    >

    > 실행파일 aaaaa.exe를 직접실행하면

    > Interface mismatch. Engine version different.

    >

    >