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
As a learning tool for DB4o and Java I have started to create a Telephone Directory. To do this I create an instance of a TelephoneDirectory which contains a year and a HashMap of entries.
I have a problem connecting to a port in asp.net web application. This is the code that i\'m using: internal static IObjectContainer Client
I\'m considering using an object oriented database in Visual Studio .NET for my web application, which is basically a web store.
I\'m creating a db4o object (namely Customer.yap) and if it is already created i just insert new objects into the existing object (namely Customer.yap) .
If I\'m going to develop a web 开发者_JS百科application in ASP.NET using db4o what kind of database would it be: local or remote type, and why?I think you mean \"embedded\" vs \"client server\" (those
I am using db4o and was wondering, how can I g开发者_StackOverflow社区et the total number of objects in the database?There isn\'t an explicit way using the API; however, I can write a query to simply
I\'m starting out with db4o in .NET 4.0. Should I be using fields or properties for persistent objects?
How can I simultaneously access my .db4o database from the Visual Studio\'s Object Manager Enterprise (OME) db4o plugin and from my application?
Under db4o, I\'m attempting to con开发者_JAVA百科strain by a \"new DateTime(2010,10,14)\" but it doesn\'t seem to work - any opinions on how to fix this?Got it: