Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> int pxtblcreate(char *tblname, int nfields, char **fields, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXTblCreate(char *tblName, int nFields, char **fields,
                        char  **types)

Args: tblName - string pointer to file name without extension
      nFields - number of fields in table (1 - 255)
      fields  - pointer to array of pointers to strings containing field names
      types   - pointer to array of pointers to strings containing field
                type descriptions (N,S,$,D,Annn)

Returns: PXSUCCESS (0) or error number

Synopsis: Creates a new table (family) with the base name of tblName.
   Maximum record size is 4000 bytes or 1350 bytes if the table is
   primary-keyed.

   Note that PXTblCreate will silently overwrite any files with
   existing family names that are not currently open.

See Also: Example Genealogy

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