|
|
Browse by Tags
All Tags » client/server » C# .NET 2.0 (RSS)
-
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 ...
-
Just to share our findings:
we used a descendent of System.ComponentModel.BindingList<T> to store lists of objects related to a parent object. I am not sure and maybe someone with some knowledge of the inner working of Db4o can confirm this assumption, but it seems like Db4o uses type information available on both the server and the client ...
|
|
|