| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Storing hierarchical information?
Dave Kimmel wrote:
> 4) Something completely different. Switching to a hierarchical
Dave,
If you are using Java, and you can spare an hour to have a look at our samples, you might be able to save yourself a lot of brainwork and implementation time.
Using our database is very straight forward and simpler than using SQL. One single command
database.set(object)
stores an object and all attached new members to any depth.
The same command can be used to update objects.
To retrieve objects, you can either use query-by-example or traverse down from the root object, activating links in turn.
db4o is free for non-commercial use.
Kind regards,
Carl
--- Carl Rosenberger db4o - database for objects - http://www.db4o.comReceived on Mon May 07 2001 - 15:44:20 CDT
![]() |
![]() |