User Tools

Site Tools


xb:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
xb:start [2006/05/13 20:15] fgmxb:start [2006/05/13 22:54] fgm
Line 1: Line 1:
-====== FRM Files ====== 
  
-  * Constant size = 1990 bytes (RBSIZ_FILE) 
-  * Offsets are 1-based, not 0-based 
-  * Little-endian format 
-  * Rather good description at http://www.clicketyclick.dk/databases/xbase/format/frm.html up to the "data structures" part 
-  * Other info from the source of the public domain DBE package at http://www.the-oasis.net/ftpmaster.php3?content=ftputils.htm 
-  * Differences noted with above reference 
-    * Files start and end with "02 00". They don't end with the array of data structures 
- 
- 
-===== Header ===== 
- 
-  * Remove 1 from all offsets, due to xBase using 1-based offsets 
-  * 01-02 Version = 02 00 
-  * 03-04 Offset: RBOFF_EXPSIZE = 3, Size: 2, contents: d2 00 = 210 (DBE: nExpSize) 
-  * 05-114 Offset: RBOFF_LENGTHS = 5, Size: RBSIZ_LENGTHS = 110, contents: 55 expression length values (DBE: cLengths) 
-  * 115-224 Offset: RBOFF_OFFSETS = 115, Size: RBSIZ_OFFSETS = 110, contents: 55 expression offset values (DBE: cOffsets) 
-  * 225-1664 Offset: RBOFF_EXPRS = 225, Size: RBSIZ_EXPRS = 1440, contents: 55 expression values (DBE: cExprs) 
-   
xb/start.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1