db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » purge   (RSS)
  • Re: Problems with purge(obj)...

    Hi- First of all thank you so much for your rapid answer! This helped me a lot but there is still some complication. When the field I changed was a String as in the example above, after purging and retrieving, the retrieved object had the stored String and the purged object had the new String. Perfect! But when I try it with an ArrayMap4 (which ...
    Posted to db4o User Forum (Forum) by D_mISi on May 3, 2008
  • Problems with purge(obj)...

    Hi- Maybe the following problem is trivial but I could not solve it. My config is: JDK 1.5.0_15 Db4o 7.2.31.10304   -I was storing three objects with store(obj). (a, b and c are DOImpl which has getVersion() and setVersion() and version is a String.)               ...
    Posted to db4o User Forum (Forum) by D_mISi on May 2, 2008
  • Managing Transactions

    I have a confession. Not only am I new to db4o, but to programming in general, Java or otherwise. So please pardon me in advance for this question about transactions. I need to display queried objects in a jsp. Is there a way to do this without keeping the container open for the entire life of the thread? How is this normally done? Does one open ...
    Posted to db4o User Forum (Forum) by polvo on April 27, 2008
  • Re: Predicate liefert falsche Ergebnisse

    Hallo Maik, danke für die Antwort. Ich habe eben ''db4o-6.4.14.8131-java5.jar'' eingebunden und den Test durchgeführt. Ich erhalte den Fehler trotzdem.Wir nehmen 6.1 aus keinem bestimmten Grund. Wir hatten dieses bereits im letzen Jahr (Juni) eingebaut und noch nicht umgestellt. MfGMichael
    Posted to German (Forum) by McMicS on February 12, 2008
  • Re: Predicate liefert falsche Ergebnisse

    Hi, danke erstmal für die schnelle Antwort. Das ist natürlich richtig. Hatte ich wohl übersehen, den User wieder zu speichern. Aber der Fehler tritt trotzdem auf.   Habe den Anhang aktualisiert.    MfG Michael 
    Posted to German (Forum) by McMicS on February 12, 2008
  • Predicate liefert falsche Ergebnisse

    Wir nutzen db4o 6.1 im Client / Server Mode. Die Verbindungen werden von einem Connection Pool (Apache Commons) an die einzelnen Clients verteilt. Wird eine Änderung an einem Objekt durchgeführt, wird dazu eine Verbindung aus dem Pool geholt und die Änderung mit einem commit abgeschlossen. Danach wird die Verbindung wieder an den ...
    Posted to German (Forum) by McMicS on February 11, 2008
  • Deleting objects, but the database size remains the same

    Hallo, I modified the example from Carl Rosenberger (http://developer.db4o.com/forums/thread/40259.aspx)into the appended one [1] The database file will increase (approx. 100kb) on every restart of the program.You can say: oh please use File.delete, but this does not work easily for client/server mode. Do you know a good solution for c/s? ...
    Posted to db4o User Forum (Forum) by peathal on August 10, 2007