
      㭪権   CDBFAPI.DLL    ᠬ  ⠢
- ணࠬ  ࠡ⪨ DBF 䠩. 㬥 室
     ⮬    ஥ DBF  䠩,   祭  㡮
  ஡  室.

 ᪮쪨 ᫮: 
-  砫     ,  騩     32-    㦥
   ଠ樨 +  ᠭ ,      ⢮  ⮦ 32
   . ᠭ  蠥 筮  ᨬ 0x0d. 
-  ⮬  ᮡ⢥  DBF 䠩.

  32-  ᮤন:
-  ⨯ DBF 䠩 ( )
-   ᫥ 
-  饥 - ᥩ
-  ࠧ ,   ᬥ饭   
-    

  ᫥騥 ਡ:
-   (  10- ᨬ),  ⨯  , ,  ᬥ饭   砫
   .

  㭪樨  (   )  CDBFAPI.DLL  ࠡ   ன
struct  DBF.    ᮤন   ᥡ  讥 -  类
ଠ樨,   뤥 ᪮쪮 ᭮ ⮢:

struct  DBF {
	[...]
    char        *filename;              // DBF 䠩
    char        *filename_memo;         // -䠩 (DBT  FPT)
    char        *filename_hdr;          // 䠩 ᮢ  (HDR)

    struct      Header  hdr;            // 32  
    struct      Field   fld[2048];      //ᠭ 
    char        als[2048][32];          // 

    int         Fieldorder[2048];       //冷 뢮 

    struct      Options opt;            //樨

    unsigned short      num_fld;        //饥 ᫮ 
	[...]	
    int         memo_field;             //⥪饥   -1, ᫨   
	[...]	
    char        *record_block;          //  ⥭/
    char        *str;                   // ⮩   ப 祭
    char        *memo_block;            // 祭 ଠ樨  -
	[...]
    char	*copy_of_record;	// 
	[...]
};

  Options ᠬ묨 묨 :

ଠ 
    int         dt_type;                //0-as_is, 1-dmy, 2-mdy, 3-ymd
஢ 䠩
    int         charset;                //0-OEM, 1-Ansi
஢ 
    int         memo_charset;           //0-OEM, 1-Ansi
樨 䨫  ஢
    BOOL        ignore_case;            //0-no, 1-ignore
    BOOL        descending;             //0-false, 1=true


㭪樨  ⥪    ᭮    ॡ  אַ  饭  
⠫ ⠬ ,

 ⢥ ਬ ᯮ짮  ᮧ ணࠬ  ࠢ
2- DBF 䠩.

