filecataloger.com > Script > Function -- ShrinkDB

ShrinkDB Function

Remarks:
Compress the size of the specific file catalog database.
Syntax:

ShrinkDB(DBPath)

Arguments:
Name Description
DBPath the file catalog database path want to compress.
 
return value:
Value Description
True Shrinking is successfully.
Fail Shrinking is failed.
example:

CreateDB("c:\sample.fdb")

Dim IsOK
IsOK = ShrinkDB("C:\sample.fdb")

If IsOK Then MsgBox "The execution of ShrinkDB Function is successful!"

   
See Also:
 
©2008 Greendgh Software. All rights reserved. Privacy statement