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 C#   (RSS)
Showing page 1 of 4 (39 total posts)
  • isalive() hang

    Hi, I have  a problem with isalive() method. When i killed the server, Isalive never return, and this exeptions throwing continually in the background when debugging in VS. i use db4o 7.2, and c# server:public static void Main(string[] args)  {  Console.WriteLine(''star'');  IExtObjectServer server = ...
    Posted to db4o User Forum (Forum) by jack_oneill on August 13, 2008
  • 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
  • Problems with storing enums in a network database.

    Hi Db4o, I have problems with enums in a network database, c# environment, version Continues Build july 9th, 2008.     public enum GroupEnum { First, Second, Third }    public class Student2    {        public GroupEnum ...
    Posted to db4o User Forum (Forum) by martin.bos on July 14, 2008
  • 对象中的IList<T> 不能存储,请大家帮忙!

        [Serializable]     public class Task     {         //pojo 省去代码 }       [Serializable]     public class Role     {         private IList<SystemUser> ...
    Posted to db4o User Forum (Forum) by hzqbbs on July 7, 2008
  • Probably I found a bug (that buges me)

    Hello,  I wrote an component in C# for  an application that is supposed to make it possible for standard PDA user to persist any kind of data object (like birthdays, addresses and whatsoever) and we use Db4o Compact (version 7.2) for that. My component has the job to provide the necessary  operation  to the GUI , so  the ...
    Posted to db4o User Forum (Forum) by KeyifR on June 17, 2008
  • Reflection and IObjectSet

    I would like to determine which objects are present in an IObjectSet, using Reflection. I folund the reflection example source, but it assumes that the object type is known. What I want to do is to write a method getting an IObjectSet parameter, then find out information about it. I need the object type and its properties.   Could you give ...
    Posted to db4o User Forum (Forum) by Monarghel on May 29, 2008
  • error solved: Unexpected token: 'Token(Kind: Number, Value: '20080523')'

    PROBLEM:  I get errorUnexpected token: 'Token(Kind: Number, Value: '20080523')' ps: in VS 2008 i created c# project '20080523 db4o test' and tried to do Tutorial Chapter1 test.CONCLUSION (and work around):Don't Created Projects that begin with Numbers.-- Details ----------------------I created C# Solution in Visual Studio 2008 with name ...
    Posted to db4o User Forum (Forum) by superobject on May 23, 2008
  • New to OODB..Interested but finding it hard to adapt!

    Hi All,  Well i guess the Title says it all i guess. I'm new to the OODB Idea, but looks fascinating..i tried a couple of tutorials on C#, worked great and the idea behind it is fantastic. I come from a Java / Hibernate background so its a very close feeling.  Since i come from a RDBMS environment i'm used to having ...
    Posted to db4o User Forum (Forum) by nformosa on April 25, 2008
  • Solution of ID increment (come discuss my suggestion)

    I was going thru some of this stuff, but I'd found no answer for auto-increment on db4o-tutorial, so here's what I came up with, I'd really enjoy if you guys would give your points of view about it... Simple OO stuff, let's make a SuperEntity abstract class..I'm using C# for it.  using Db4o; public abstract class SuperEntity { } ...
    Posted to db4o User Forum (Forum) by tapgyn on April 12, 2008
  • Delete Problem ( Cascading )

    Hello to all.  i am very new to DB4o  love it.  i have a heirarchy of 3 classes.. user > category > profile   i want to delete a level and also all level underneath it.   for example.. if i delete category it shuld delete profile too. but in my case.. it is deleting all References..  ...
    Posted to db4o User Forum (Forum) by ommvoice on April 9, 2008
1 2 3 4 Next >