filecataloger.com > Script > Function -- CloseDB

CloseDB Function

Remarks:
Close the current opening file catalog database.
Syntax:

CloseDB

 
return value:
Value Description
True Closing is successfully.
Fail Closing is failed.
example:

Dim IsOk
IsOK = CloseDB()

If IsOK Then MsgBox "The opening catalog database has been closed!"

   
See Also:

OpenDB Function

CreateDB Function

©2008 Greendgh Software. All rights reserved. Privacy statement