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 » java » db4o java   (RSS)
  • File format incompatible. Help please

    Hello. I have some problem with db file.I'm using db4o in my application written in Java.User which uses it broke db file. I know that he updated application (replaced .jar file).New version of app has the same version db4o and the same settings.What was the immediate cause of this problem I don't know. But I have assumption, that he replaced .jar ...
    Posted to db4o User Forum (Forum) by twin84 on November 22, 2008
  • warp-persist: db4objects + google guice

    Hi I am a contributor to the google-guice community and open source java in general. We maintain integration modules between guice and several ORM frameworks. It seemed logical to have a db4objects alternative, and one of our contributors was kind enough to provide one. db4o is one of my long-time favorites, and we've had good success combining ...
    Posted to db4o User Forum (Forum) by dhanji on March 1, 2008
  • Reading non-file data into blobs

    Hi, Is there any way to create a blob file containing data that I have in memory rather than from an external file? My application splits images up into (potentially) hundreds of items, which need to be stored. I would prefer the database to handle this, so I'd like to use blobs rather than image files directly. It would be a nuisance if this ...
    Posted to db4o User Forum (Forum) by bee on February 28, 2008
  • Re: Newbie questions about db4o & large datasets...

    Edwin, Thanks for your reply and suggestions. I will look more closely in the reference documents... I also tried to incorporate your Configuration suggestions. My server code now reads:             Configuration config = Db4o.newConfiguration();           ...
    Posted to db4o User Forum (Forum) by jcubeta on December 19, 2007
  • Re: Native Queries in Client Server

    Okay, I finally figured out what the problem was with my NQ in Client/Server.  It basically came down to the anonymous inner class and how DB4O sends the query over the network to the server.  It wasn't able to serialize it correctly, so the query didn't work.  I moved my Predicates out of the dao class and into their own.  ...
    Posted to db4o User Forum (Forum) by bmg125 on August 3, 2007
  • Negative seek offset, Maximum file size reached - problems with large database file

    Hi! I have used db4o for about two years. My test program gathers data. Two years ago i have made a calculation, that blockSize=8 is ok. Few months ago the test program crashed with message ''Negative seek offset'' while opening a database file. I have no access to my data! :( Now I have db4o-6.2. I want to recover the data. I wrote the ...
    Posted to db4o User Forum (Forum) by Petr Nadeiko on March 28, 2007