|
Purpose |
Posts a record without any checking | |
|
Old name |
#define rawpost rec_post | |
|
Syntax |
void rec_post(dp4rec); | |
|
Parameters |
short* dp4rec |
Pointer to DP4 record to post |
|
Description |
The rec_post() function posts a record to the database without any checks. It is implemented as: rec_post_with_flags(dp4rec, NO_CHECK); This function is convenient to use because most records are posted with the parameter flags set to the value NO_CHECK, and any necessary integrity checks are normally done by the program. | |
|
See also |
||