Man Linux: Main Page and Category List

NAME

       PX_put_data_byte — Put value into a byte data field

SYNOPSIS

       #include <paradox.h>

       void PX_put_data_byte(pxdoc_t *pxdoc, char *data, int len, char value)

DESCRIPTION

       Converts  a  char  (byte) into a value for a data field as it stored in
       the database file. You should use this function  instead  of  accessing
       the  record  data  directly. This function can be used to store boolean
       values.

       data points to start of the data  field  in  the  record.  It  must  be
       calculated  by  summing up all field length before the field to operate
       on and add it to the base pointer of the record.

SEE ALSO

       PX_put_data_short(3),    PX_put_data_long(3),    PX_put_data_double(3),
       PX_put_data_alpha(3), PX_put_data_bytes(3)

AUTHOR

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.