SA_IsiDeleteD
SA_IsiDelete deletes from the index file the last duplicate record read and its key.
int SA_IsiDeleteD ( SA_FH IsiFH, u8 *Key, u16 KeyLen );
Note the following:
If {Key} is null, the last record read will be deleted from the text file and the associated key entry from the index file.
If {Key} points to a key string, the last record read will be deleted from the text file and the associated key entry from the index file after verification.
Function return codes are as follows:
|
Value |
Meaning |
|
1 |
Success. |
|
0 |
No records meeting this key specification. |
|
-nn |
Error as described in Sunaccess Errors |
![]() |