Menu

#3 ODMG

open
nobody
None
5
2012-09-17
2005-09-14
No

Hi

I'm using ozone 1.1. I'm trying to use the ODMG
classes. The example code to create a new database
is:

odmg = new OzoneODMG();
db = (EnhDatabase)odmg.newDatabase();
db.open( "ozonedb:remote://localhost:3333",
              EnhDatabase.OPEN_READ_WRITE );

What do I do to connect to an existing database?

Discussion


Log in to post a comment.