E r g e b n i s / R e s u l t
Repairs the selected database.
B e s c h r e i b u n g / D e s c r i p t i o n
Repairs the index file of the database given.
This OAC gets also used by OpenAccess and is linked in the menu (Repair table)
S y n t a x
Code:
ok = call("FIX", database) P a r a m e t e r
database - The name of the database to fix
R e t u r n s
A boolean value.
B e i s p i e l / E x a m p l e
Code:
attach "FFILE"
put call("FIX", "CITY")
detach "FFILE"