Summary
	
    Same (from java) as calling
    Db4objects.Db4o.Db4oEmbedded.OpenFile(Db4objects.Db4o.Config.IEmbeddedConfiguration,System.String)
    with a fresh configuration (
    Db4objects.Db4o.Db4oEmbedded.NewConfiguration
    ).
    
		
	Syntax
	public static IEmbeddedObjectContainer OpenFile(string databaseFileName)
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| databaseFileName | string | an absolute or relative path to the database file | 
			
		 
	 	
	Return Value
		
	See Also
	
			- Db4objects.Db4o.Db4oEmbedded.OpenFile(Db4objects.Db4o.Config.IEmbeddedConfiguration,System.String)