SA_TxtDelete
SA_TxtDelete deletes from the text file the specified record.
int SA_TxtDelete ( SA_FH TxtFH, u32 Record );
or
int SA_TxtDelete32 ( SA_FH TxtFH, u32 Record );
Note the following:
Function return codes are as follows:
|
Value |
Meaning |
|
1 |
Success. |
|
-nn |
Error as described in Sunaccess Errors |
Use SA_TxtDelete32 for 32 bit applications such as Visual Basic 6.0.
![]() |