Q&A

  • 파라독스사용하다 확장자에 대해서 궁금해서요
파라독스 DB를 사용하다 보니 확장자가  *.px, val, tv, fam 같은 것들이 생기는데 이러한 확장자들은 언제 생성되며 어떤 기능들을 하는지 아시는분 있으시면 가르쳐 주시면 고맙겠습니다.

그리고 db를 사용하면 어떤 파일이 만들어지고 프로그램이 종료되면 자동으로 사라지는 파일도 있다고 알고 있는데 그 파일명과 그체적인 설명도 좀 부탁드릴께요
1  COMMENTS
  • Profile
    김영대 2003.03.15 05:47
    // 안녕하세요  김영대 ( http://www.howto.pe.kr ) 입니다

    출처 : USING DELPHI 3, QUE

    .DB -> Table data. This is the file you really want to restore when
    your computer crashes.

    .MB -> Binary Large Object(BLOB) data. Used for memo, formatted memo,
    graphic, binary, and OLE field types.

    .PX -> Primary index. This file controls the primary sort and search
    order for your table.

    .XG?, .YG? -> Secondary indexes. These files manage alternative sort
    and search orders for your table.

    .VAL -> Stores settings for validity checks and referential integrity.

    .TV -> Stores the manner in which a table is displayed in Database
    Desktop, suchas column order and width.

    .FAM -> Used in conjunction with the .TV file.