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 » Native Queries » C# .NET 2.0   (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
  • Re: Data retreival problems in c#

    Hi Kendall, You can refer to the Formula One Tutorial for a better sample and explanation of retrieving data from db4o. For some sample in C# 2.0, here it is: // use native queries and retrieve data private void Sample(IObjectContainer db) { IList<YourClass> listofObjects = db.Query<YourClass>(delegate(YourClass ...
    Posted to db4o User Forum (Forum) by eisanchez on January 7, 2008