Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SoftC Database Library v2.1 Guide - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
SC_GREGOR    1     Gregorian date string format "mm/dd/yy"
SC_GREGORL   2     Gregorian long date string format "mm/dd/yyyy"
SC_JULIAN    3     Julian date string format "yyyy/ddd"
SC_YMD       4     dBASE date string format "yyyymmdd"
SC_DMY       5     European/Military date string format "ddmmyy"
SC_CSHMS     1     Colon separated time string format "hh:mm:ss"
SC_MIL       2     Military time string format (0000 - 2359)
SC_FIRST     1     Find first key
SC_EXACT     2     Find exact key (uses record number)
SC_CRUNCHNG  0     Leave memo record soft carriage returns intact
SC_CRDELETE  0x100 Delete soft carriage returns from memo record
SC_RDWR      0     Open file for read/write access (default)
SC_RDONLY    0x100 Open file for read only access
SC_BUFFER    0     Open file with caching enabled (default)
SC_FLUSH     0x200 Open file with caching disabled
SC_EXCLUDE   0     Open file for exclusive use (default)
SC_SHARED    0x400 Open file for shared use
SC_SETSZ     0     Set buffer cache size
SC_GETSZ     1     Get current buffer cache size
SC_UPDATE    0x100 Update existing record in data file
SC_ADD       0x200 Append record at end of data file
SC_UNIQUE    0x80  Use unique index keys
SC_CKEY      'C'   Character type key
SC_DKEY      'D'   Date type key
SC_LKEY      'L'   Logical type key
SC_NKEY      'N'   Numeric type key
SC_USEXHNDL  1     Allow more than 20 open files
SC_DB3       0     dBase3 type data file
SC_DB4       1     dBase4 type data file
SC_FP1       0x10  FoxPro 1 type data file
SC_CLIP      0x24  Clipper type data file
SC_USEMEMO   1     Memo file used
SC_NOMEMO    0     No memo file required
SC_DRECLCK   1     Record lock active
SC_DFILLCK   2     File lock active

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson