Pxlib-Dev
- PX_add_primary_index(3) Assigns primary index to database file
- PX_close_blob(3) Closes Paradox blob file (deprecated)
- PX_close(3) Closes instance of Paradox file
- PX_create_blob_file(3) Creates Paradox blob file
- PX_create_file(3) create a new Paradox file
- PX_create_fp(3) create a new Paradox file
- PX_date2string(3) Convert paradox date into formatted string
- PX_delete_record(3) Removes a record from a Paradox file
- PX_delete(3) Deletes instance of Paradox file
- PX_get_data_alpha(3) Get alpha data field
- PX_get_data_bcd(3) Get bcd data field
- PX_get_data_blob(3) Get blob data field
- PX_get_data_byte(3) Get value from byte data field
- PX_get_data_bytes(3) Get value from bytes data field
- PX_get_data_double(3) Get double data field
- PX_get_data_graphic(3) Get graphic data field
- PX_get_data_long(3) Get long data field
- PX_get_data_short(3) Get value from short data field
- PX_get_field(3) Returns single field definition in Paradox file
- PX_get_fields(3) Returns array of field definitions in Paradox file
- PX_get_majorversion(3) returns the major version number of the paradox library
- PX_get_minorversion(3) returns the minor version number of the paradox library
- PX_get_num_fields(3) Returns number of fields in a Paradox file
- PX_get_num_records(3) Returns number of records in a Paradox file
- PX_get_opaque(3) return data passed to error handler
- PX_get_parameter(3) Get various parameter values
- PX_get_record(3) Returns record in Paradox file
- PX_get_record2(3) Returns record in Paradox file
- PX_get_recordsize(3) Returns size of a record in bytes in a Paradox file
- PX_get_subminorversion(3) returns the subminor version number of the paradox library
- PX_get_value(3) Get various parameter values
- PX_insert_record(3) Inserts a new record in the Paradox file
- PX_new_blob(3) Create new instance of Paradox blob file (deprecated)
- PX_new(3) create new instance of Paradox file
- PX_new2(3) create new instance of Paradox file
- PX_new3(3) create new instance of Paradox file
- PX_open_blob_file(3) Opens Paradox blob file (deprecated)
- PX_open_blob_fp(3) Opens Paradox blob file (deprecated)
- PX_open_file(3) read a Paradox file
- PX_open_fp(3) read a Paradox file
- PX_open_gsf(3) read a Paradox file
- PX_put_data_alpha(3) Put value into an alpha data field
- PX_put_data_bcd(3) Put value into a bcd data field
- PX_put_data_byte(3) Put value into a byte data field
- PX_put_data_bytes(3) Put value into a bytes data field
- PX_put_data_double(3) Put value into a double data field
- PX_put_data_long(3) Put value into a long data field
- PX_put_data_short(3) Put value into a short integer data field
- PX_put_record(3) Stores record in Paradox file
- PX_put_recordn(3) Stores record in Paradox file at certain position
- PX_read_blobdata(3) Read blob from file (deprecated)
- PX_read_primary_index(3) Reads the primary index into an internal buffer
- PX_retrieve_record(3) Returns record in Paradox file
- PX_set_blob_file(3) Associate blob file with database
- PX_set_inputencoding(3) Set encoding for output
- PX_set_parameter(3) Sets various parameters
- PX_set_tablename(3) Set name of table
- PX_set_targetencoding(3) Set encoding for output
- PX_set_value(3) Sets various float parameters
- PX_strdup(3) duplicate a string
- PX_time2string(3) Convert paradox time into formatted string
- PX_timestamp2string(3) Convert paradox timestamp into formatted string
- PX_update_record(3) Updates an exiting record in the Paradox file
- PX_write_primary_index(3) Write primary index into a file
- pxlib(3) Library to read and write Paradox databases