E r g e b n i s / R e s u l t
Verifies the integrity of 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
Verifies the integrity of the selected database.
This OAC gets also used by OpenAccess and is linked in the menu (Repair table)
S y n t a x
Code:
ok = call("VERIFY", database) P a r a m e t e r
database - The name of the database to check
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("CHECK", "CITY")
detach "FFILE"