Click or drag to resize

ObjectDbCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(DirectoryInfo)
Constructs and opens an object database in a specified folder. The folder and database files in that folder will be created if they don't exist. The core database file in the folder will be named objectdb.edb.
Public methodStatic memberCreate(FileInfo)

Constructs and opens an object database using a specified core database file. The file will be created if it doesn't exist. Other support database files (log, journal, etc) will be created as siblings of the core database file.

If for example the database file is specified as C:\temp\dbtesting\myproduct.edb then the folder C:\temp\dbtesting will contain the core database file myproduct.edb as well as other supporting files that comprise the full database.

Public methodStatic memberCreate(String)
Constructs and opens an object database in a specified folder. The folder and database files in that folder will be created if they don't exist. The core database file in the folder will be named objectdb.edb.
Top
See Also