Tagged Questions
8
votes
3answers
1k views
Recommend a good db4o viewer
I'm playing around with db4o, and I have the Object Manager viewer thingy for Visual Studio. It seems okay, but not exactly on par with tools like HeidiSQL/SQL Studio/etc., not to mention that it ...
2
votes
1answer
269 views
How do you do data management tasks in a Db4o Object Database?
I'm new to OODBMS systems, but I'm using Db4o on a new project for which it's perfectly suited. Things are going great and I really like the concept, but I'm struggling with how to do basic data ...
1
vote
1answer
56 views
Class design for a media manager application usig Db4o for efficient querying
I am a novice programmer and need some help with class design for my application.
We are working on the design of a media manager desktop application (using .NET Framework 4.0) . The application ...
1
vote
2answers
212 views
Retrieve an object in one DB4O session, store in another ('disconnected scenario')
I am trying to figure out how to keep an object useable between client sessions in DB4O. From what I understand, once a client session is closed, the object no longer resides in any cache and despite ...