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 » .NET » Native Queries   (RSS)
  • Understanding predicates and server bug?...

    Hi,I've made a few posts about my problem with predicates but I think I have the right question to ask now :)I have a simple server application, which does not have any .dll or .xml reference to the objects I am storing. The Test application is seperate to the client test application.My test program has three methods of querying the database, but ...
    Posted to db4o User Forum (Forum) by Twista on February 5, 2008
  • Predicate Class not executing ???

    Hi,I have this simple database with some objects in it, using db4o version 6.4 and 7.1 over a client/server link.If I try to execute a predicate query on the database, the Match() function DOES NOT execute and it returns ZERO objects.If I get all objects of the correct type, and then filter them into a collection, THIS WORKS.Am I doing something ...
    Posted to db4o User Forum (Forum) by pware on February 4, 2008
  • Re: Losing values in NQ's using Predicate

    Ok, I have tried a few ways to fix this:Used the predicate class private internally in the object factory class and public externally: no differenceUsed an anonymous function to do the matching and declared nextID as a local method variable: no differenceFor some reason the correct value gets determined inside the predicate class/anonymous ...
    Posted to db4o User Forum (Forum) by dlouwers on September 5, 2007
  • Re: Native query

    Gracias Dario por las sugerencias el problema tenía que ver con el punto 3. Supongo que el problema sucede porque había definido la consulta y el delegate en la pagina asp.net, por lo cual cuando generaba la dll temporal que genera asp.net no lo hacìa en el directorio bin donde tenìa el .yap y el resto de las librerìas. Esto lo habìa hecho asi ...
    Posted to Spanish (Forum) by Claudio M on August 26, 2007
  • Best Practices

    As my my first db4o project, I am trying to organize all my digital photographs. I have Media class, with Photo class derived from it.  In the Photo class I have a datetime field and a  .NET List of Person class. One of my  eventual desires is to know a count of the people in photos as a total and for some time period.  Is ...
    Posted to db4o User Forum (Forum) by MGillson on April 7, 2007
  • A possible bug in db4o 6 in .NET using C# 2.0

    Hi guys, I receive an error when I try to use the method Query<T> with a little more advanced techniques. Follow the idea below: I have the following interface:public interface INamedObject {    string Name { get; }}and classes that implements it:public class IdentifiedObject {    private long ...
    Posted to db4o User Forum (Forum) by Dayell on February 8, 2007