home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
257.img
/
PRO-C1.ZIP
/
HELP.ZIP
/
IOMSG.H
< prev
next >
Wrap
Text File
|
1990-05-28
|
3KB
|
64 lines
/* ==( hdr/iomsg.h )== */
/* ----------------------------------------------- */
/* Pro-C - Copyright (C) 1988, 1989 Vestronix Inc. */
/* Modification to this source is not supported */
/* by Vestronix Inc. */
/* All Rights Reserved */
/* ----------------------------------------------- */
/*
* Messages translating PRO-C Error Codes returned from I/O interfaces.
*/
/* IONOTRANS */
#define FileNoTrans_s "Transaction Processing error in %s"
/* IONOLOGON */
#define FileBadPasswd "Invalid User ID or Password"
/* IONONEXT */
#define FileNoMoreMatch_ss "No more matches to %s in File %s"
/* IONOLOCK */
#define FileNotLocked_s "File %s is not locked"
/* IOLOCKED */
#define FileLocked_s "File %s is locked"
#define FileLockTimeout_s "File %s is locked, timeout exceeded"
/* IOEOF */
#define FileEnd_s "No more records in %s"
/* IOTOF */
#define FileTop_s "No prior records in %s"
/* IODUP */
#define FileDuplKey_ss "Key value %s already exists in File %s"
/* IONOKEY */
#define FileNoKey_ss "Key value %s not found in File %s"
/* IOINDEXPOSN */
#define FileDiffKey_s "Current Index for File %s has changed"
/* IOBADOPEN */
#define FileNotOpened_s "File %s was not opened"
/* IONOFILE */
#define FileNotFound_s "File %s does not exist"
/* IOERROR */
#define FileGenError "General Error"
#define FileGenError_s "General Error in File %s"
#define FileGenError_sds "%s:\nError %d in File %s"
#define FileDbgError_sds "%s:\n Error %d\n Ret Code %s"
#define FileDbgError_sdss "%s:\n Error %d\n File %s\n Ret Code %s"
/*
* Miscellaneous messages in I/O interface modules
*/
#define FileMaxOpen "Maximum number of open files exceeded"
#define FileNoMemory "Insufficient memory available"
#define FileRecLenChg_s "Record length change in existing file %s"
#define FileMemoNoRead_ss "Memo field %s read error\in file %s"
#define FileMemoNoWrite_ss "Memo field %s write error\in file %s"
#define FilePackFail_s "Database PACK failure in file %s"
#define FileFldRef_s "Field reference error in %s"
#define FileFirstKeyFld_s "First field in file %s\nMUST be the primary key"
#define FileEngNotStart_s "%s Database Engine not started"
#define FileShareReqd "SHARE must be run before using database"
#define FileTrnsBegin "Start Transaction failure"
#define FileTrnsCommit "Commit Transaction failure"
#define FileTrnsRlback "Rollback Transaction failure"
#define FileTrnsLogOpen "Cannot open Transaction Log File"
#define FileTrnsLogCreate "Cannot create Transaction Log File"