Query: px_create_file
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_CREATE_FILE(3) Library Functions Manual PX_CREATE_FILE(3)NAMEPX_create_file -- create a new Paradox fileSYNOPSIS#include <paradox.h> int PX_create_file(pxdoc_t *pxdoc, pxfield_t *fields, int numfields, const char *filename, int type)DESCRIPTIONCreates a new Paradox database with the given filename. This functions internally calls PX_create_fp(3) after the file was opened. The file is opened in `w+' mode. The table name will be set to the filename be default. It can be overwritten by calling PX_set_parameter(3) afterwards.RETURN VALUEReturns 0 on success and -1 on failure.SEE ALSOPX_new2(3), PX_new(3), PX_create_fp(3), PX_set_parameter(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_CREATE_FILE(3)
Related Man Pages |
---|
px_create_fp(3) - debian |
px_new2(3) - debian |
px_retrieve_record(3) - debian |
px_set_parameter(3) - debian |
px_set_blob_file(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Introduction |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |