Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there C language of Client Driver APIs for Distributed applications for JAVA?

2 views
Skip to first unread message

WalkeR Park

unread,
Sep 21, 2022, 12:33:02 AM9/21/22
to
Hi
I am on project of BDB.
and want to access Berkeley DB (not embedded db) from client made of C.

Berkeley DB supports Distributed application for java, so make a server of JAVA.

Is there C language Client driver APIs for Java BDB Server?
like this
BdbServerConnection conn =
BdbServerConnection.connect("localhost", 8080);
SEnvironment env = conn.openEnvironment("env",
new SEnvironmentConfig().setAllowCreate(true));


0 new messages