Database Systems Corp.
Home  |   Contact Us  |   About Us  |   Sign Up  |   FAQ

predictive dialers and crm software
computer telephony software predictive dialer

IVR Services
Voice Broadcasting
ACD Systems Automatic Call Distribution
Telecommuting Software
Window On the Web
Voice Recording Software
Predictive Dialer
Business Phone Systems
Softphone
Auto Dialer Phone System
Community Notification Systems
Emergency Communications

predictive dialers and crm software
Information

Application Development
File Management Software
IVR Software
Call Center Software
Call Center Technology
Software Toolkit
Windows Development
Telecommuting Software
Remote Agent Software
Predictive Dialer
Predictive Dialing Software
Business Phone Systems
B2B Phone System
Auto Dialers
Predictive Dialers
Phone Dialers
Autodialing
Auto Dialer Software
Automatic Dialer Solutions
CRM Software Solutions
Predictive Dialer Software
Autodialer Software

predictive dialers and crm software


DSC Tech Library

FASTPLUS C Library


fprecord_change()

Function fprecord_change is used to change a record and all keys defined to the data record.

The syntax for fprecord_change is as follows:

fprecord_change(int file_id, char *record, int *recno)

   int file_id       - File unit of open file from previous 
                       fpfile_open function.

   char *record      - Record buffer with key values to be changed.

   int *recno        - Record address from a previous get/lock operation.

The possible values for fperrno and an explanation of each value follow.

     Value            Explanation
     --------------------------------------------------
     FEROK  - Code  0: Successful FASTPLUS Operation 
     FERACC - Code  2: Illegal access rights
     FEROPN - Code  5: FAST file does not exist
     FERUNT - Code  6: Illegal FAST file id
     FERLEN - Code  7: Illegal record length
     FERDSK - Code  8: Disk is full
     FERFHE - Code  9: System file error
     FERIND - Code 10: Illegal index number
     FERDUP - Code 11: Duplicate key value
     FEREXT - Code 12: Record not found
     FERNLK - Code 16: Record not locked
     FERFCT - Code 19: Illegal function