Open Method

BerkeleyDB

Overload List

  NameDescription
Open(String, RecnoDatabaseConfig)
Instantiate a new RecnoDatabase object and open the database represented by Filename.
Open(String, RecnoDatabaseConfig, Transaction)
Instantiate a new RecnoDatabase object and open the database represented by Filename.
Open(String, String, RecnoDatabaseConfig)
Instantiate a new RecnoDatabase object and open the database represented by Filename and DatabaseName.
Open(String, String, RecnoDatabaseConfig, Transaction)
Instantiate a new RecnoDatabase object and open the database represented by Filename and DatabaseName.

See Also