Functions.VoDbPack Method |  |
Remove all records that have been marked for deletion from a database file.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.18
Syntax
Remarks
VODBPack() is the same as DBPack().
This function, however, does not call the error handler and will not, therefore, produce a runtime error message or create an error object if it fails. Thus, it may be important to check the return value to determine if the function succeeded.
The global structure, StrucErrInfo, will contain needed information regarding any error that occurs. See DBPack() for more information and an example.
Examples
See Also