px_put_data_alpha(3) debian man page | unix.com

Man Page: px_put_data_alpha

Operating Environment: debian

Section: 3

PX_PUT_DATA_ALPHA(3)					     Library Functions Manual					      PX_PUT_DATA_ALPHA(3)

NAME
PX_put_data_alpha -- Put value into an alpha data field
SYNOPSIS
#include <paradox.h> void PX_put_data_alpha(pxdoc_t *pxdoc, char *data, int len, char *value)
DESCRIPTION
Converts a string into a value for a data field as it stored in the database file. You must set the target encoding before in order to recode the string. If you do not set the encoding the data will be stored as is. You should use this function instead of accessing the record data directly. data points to the 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_long(3), PX_put_data_double(3), PX_put_data_short(3), PX_put_data_byte(3), PX_put_data_bytes(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_PUT_DATA_ALPHA(3)
Related Man Pages
px_get_data_bcd(3) - debian
px_get_data_graphic(3) - debian
px_put_data_alpha(3) - debian
px_put_record(3) - debian
px_set_targetencoding(3) - debian
Similar Topics in the Unix Linux Community
grep for a variable problem
fill a NIL into the blank field
Replace comma by space for specified field in record
SED/AWK to edit/add field values in a record
How to replace value in each field until a certain character in each record?