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 pxrecappend(tablehandle tblhandle, recordhandle rechandle) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXRecAppend(TABLEHANDLE tblHandle, RECORDHANDLE recHandle)

Args: tblHandle - table (file) handle
      recHandle - record buffer handle

Returns: PXSUCCESS (0) or error number

Synopsis: Appends (writes) the contents of the record buffer to the file
   pointed to by tblHandle. If the table is indexed, PXRecAppend works the
   same as PXRecInsert. If the table is not indexed, the record is
   appended to the end of the file.

   Private blobs associated with the record become public and public blobs
   are cleared.

See Also: Example PXRecInsert PXRecBufOpen PXRecUpdate PXBlobClose blobs

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