filecataloger.com > Script > Function -- OpenDB

OpenDB Function

Remarks:
Open a specific file catalog database.
Syntax:

OpenDB(DBPath)

Arguments:
Name Description
DBPath the specific file catalog database path that want to open.
 
return value:
Value Description
True Opening is successfully.
Fail Opening is failed.
example:

Dim IsOk
IsOK = OpenDB("c:\sample.fdb")

If IsOK Then MsgBox "sample.fdb has successfully opened!"

   
See Also:

CloseDB Function

©2008 Greendgh Software. All rights reserved. Privacy statement