I\'m interesting in using DB4O to store the training data for a learning algorithm.This will consist of (potentially) hundreds of millions of objects.Each object is on average 2k in size based on my b
Can someone please explain to me why setting the Activation Depth seems to have no effect in the code-sample below ?
It\'s a very common situation, but I\'m kinda new using ORM especially in Android, so your help would be awesome.
I\'m learning db4o data base, I\'m planing to use it 3-tier project. I don\'t fully understand the concept of object identity in db4o.
Currently I am trying to integrate db4o into my App. I have a Model which contains - lets say 15 primitives - wrapped in other Objects. storing them is easy and fast, but to recieve them is pain. I tr
I would like to use db4o for persisting my business object in Prism aplication. How should I maintain IObjectContainer lifetime? As I know from documentation, when I load object with one container I s
I\'m using db4o in a small project that works great on Android 2.2, 2.3, etc. On Honeycomb, however, database initialization results in the following error:
I have two different Java Applications A and B. They should use the same Database for user management (If the User has an account in Application A, he also has an account in Application B and vice ver
I would like to ask you about a problem that I have. I use ASP.NET as an interface and db4o as database. I have this class structure:
I\'m rolling my own ActivatableCollection<T> for db4o but cribbing heavily from the builtin ActivatableList<T> implementation. I\'m running into the problem where transparent persistence d