|
Moves a message, as an ASCII character string, to a buffer
specified by the calling program. The message interprets the
contents of the status array as set by a call to a
database procedure.
DBERROR(status,buffer,length)
- status
-
is the name of the array used as the status parameter in the
database procedure call about which information is requested.
- buffer
-
is the name of an array in the calling program's data area, at least 36
halfwords (72 bytes) long, in which the message is returned.
- length
-
is a short, 16-bit integer variable which is set by DBERROR to the positive
byte length of the message placed in the buffer array. The length will never
exceed 72 characters.
Notes:
-
Messages differ from TurboIMAGE.
|
|