Query: px_set_blob_file
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_SET_BLOB_FILE(3) Library Functions Manual PX_SET_BLOB_FILE(3)NAMEPX_set_blob_file -- Associate blob file with databaseSYNOPSIS#include <paradox.h> int PX_set_blob_file(pxdoc_t *pxdoc, const char *filename)DESCRIPTIONOpens or creates the given blob file and associates it with the Paradox database. This function must be called before accessing records whose blob data is stored in a .MB file. It must also be called after opening or creating the paradox database. If the blob data is con- tained in the record itself or can be stored in the record, this function may not be called. This function must be called after opening or creating the database file, because it uses the same file open mode. If you call it before PX_open_file(3) or PX_create_file(3) it will quit with an error.RETURN VALUEReturns a value < 0 in case of an error, otherwise 0.SEE ALSOPX_open_file(3), PX_create_file(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_SET_BLOB_FILE(3)
Related Man Pages |
---|
px_get_data_double(3) - debian |
px_get_data_graphic(3) - debian |
px_get_data_short(3) - debian |
px_get_data_long(3) - debian |
px_new2(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Hello, Gollum |
Error in opening a file C++ |