Most voted "db4o" questions
db4objects Object-Oriented Database (db4o) is designed for embedded, client-server and desktop applications. It has native mode for Java and .Net. It uses a single development library that easily integrates with applications and performs highly reliable and scalable persistence tasks with only a few lines of code. If the doubt is not about "db4o", do not use this tag.
Learn more…2 questions
Sort by count of
-
2
votes1
answer43
viewsChange DB4O data to C#
How to change a data from a "table" created in Db4o? For example, I have the following object recorded in DB4O: Nome = Emerson Senha = Teste I want to change only the Password data for example from…
-
1
votes1
answer46
viewsHow to limit the results of a query in DB4O?
How can I create a query that returns a limited number of such results like the limit mysql? I’m looking in the documentation and I can’t find.