opens an ObjectContainer client and connects it to the specified named server and port.
The server needs to allow access for the specified user and password.
A client ObjectContainer can be cast to ExtClient to use extended ExtObjectContainer and ExtClient methods.
opens an ObjectContainer client and connects it to the specified named server and port.
The server needs to allow access for the specified user and password.
A client ObjectContainer can be cast to ExtClient to use extended ExtObjectContainer and ExtClient methods.
public static IObjectContainer OpenClient(IConfiguration,string,int,string,string);
Operates just like Db4objects.Db4o.Db4oFactory.OpenClient , but uses the global db4o Configuration context. opens an ObjectContainer client and connects it to the specified named server and port.
The server needs to allow access for the specified user and password.
A client ObjectContainer can be cast to ExtClient to use extended ExtObjectContainer and ExtClient methods.
public static IObjectContainer OpenClient(string,int,string,string);
Db4oFactory Class | Db4objects.Db4o Namespace | Db4objects.Db4o.IObjectServer.GrantAccess