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 pxtbladd(char *srcname, char *destname) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXTblAdd(char *srcName, char *destName)

Args: srcName  - string pointer to file name without extension
      destName - string pointer to file name without extension

Returns: PXSUCCESS (0) or error number

Synopsis: Adds records from srcName to destName overwriting records with
   duplicate key values. Both files must be closed and must have
   assignment compatible structures.

   Blobs are added only if the source and target fields are compatible
   (same type and leader size).

   Case insensitive and composite indexes are not added.

See Also: Example PXRecBufCopy PXtblCopy

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