Groups | Search | Server Info | Login | Register


Groups > comp.databases.berkeley-db > #23

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

Newsgroups comp.databases.berkeley-db
Date 2022-09-20 21:33 -0700
Message-ID <e846ff00-4d67-459d-869e-df4e0153fff5n@googlegroups.com> (permalink)
Subject Is there C language of Client Driver APIs for Distributed applications for JAVA?
From WalkeR Park <walker.ykpark@gmail.com>

Show all headers | View raw


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));

Back to comp.databases.berkeley-db | Previous | Find similar


Thread

Is there  C language of Client Driver APIs for Distributed applications for JAVA? WalkeR Park <walker.ykpark@gmail.com> - 2022-09-20 21:33 -0700

csiph-web