.TH "PX_SET_BLOB_FILE" "3" .SH "NAME" PX_set_blob_file \(em Associate blob file with database .SH "SYNOPSIS" .PP #include .PP int PX_set_blob_file(pxdoc_t *pxdoc, const char *filename) .SH "DESCRIPTION" .PP Opens 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 contained in the record itself or can be stored in the record, this function may not be called. .PP 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 \fBPX_open_file(3)\fP or \fBPX_create_file(3)\fP it will quit with an error. .SH "RETURN VALUE" .PP Returns a value < 0 in case of an error, otherwise 0. .SH "SEE ALSO" .PP \fBPX_open_file(3)\fP, \fBPX_create_file(3)\fP .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man