| DBCheckIndex -- Check index file integrity |
DBCheckIndex(databaseID) |
| Using Index Files |
|
THIS FUNCTION HAS CHANGED IN FILEFLEX 3.0 DBCheckIndex examines ALL open index files associated with the database specified in databaseID to determine if they're up to date and reliable. A value of less than zero indicates that an index file is suspect (and no, there's no specific way to isolate which index file). |
put DBCheckIndex(dataID) into dbResult |
| DBUseIndex, DBCreateIndex, DBReindex |
|
34
|