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 » bug » Native Queries   (RSS)
  • bug: .NET 2.0 Native Queries returns 0 objects at client using client/server architecture

    I used db4o client/server features and added objects at the server end and committed them. When I try to get those objects in a client program using Native Queries the IList<> always returns 0 objects. Using Query by example I get the desired result.I know my query is right because I tested it on the server program and it works but somehow ...
    Posted to db4o User Forum (Forum) by agentshark on July 28, 2008
  • Dynamic queries crash if Comparator used

    Hi, I am evaluating db4o for use at work. We store a single table of fairly simple data (no joins, just one class with 13 or so string/long fields), but it needs to be able to handle millions of records. Currently we are using a normal SQL database, but some of the queries are a bit slow: 10-20 seconds is too much. I am having trouble getting ...
    Posted to db4o User Forum (Forum) by tysonlt on December 11, 2006