filecataloger.com > Script > Function -- CreateDB

CreateDB Function

Remarks:
Create a new file catalog database.
Syntax:

CreateDB(DBPath)

Arguments:
Name Description
DBPath new file catalog database path.
 
Return value:
Value Description
True Creating is successfully.
Fail Creating is failed.
example:

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

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

   
See Also:

OpenDB Function

CloseDB Function

©2008 Greendgh Software. All rights reserved. Privacy statement