|
|
Browse by Tags
All Tags » Native Queries » Client/Server (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 ...
-
Im trying to get the following solved with db4o 7.x (Client/Server) on .net 3.5:
I have a an object, lets call it MasterData, with a List of relating objects, lets call this list Categories.All objects are saved on the server. MasterData, the List, all Categories ...Then I want to query for an MasterData object that contains the object ...
-
chrisdrop:In c/s mode - native queries are sent to the server to be processed I believe.
If a Predicate instance can be optimized to SODA on the client, the optimized SODA query will be passed on to server. Otherwise the Predicate will be wrapped inside a SODA Evaluation that will be passed to server. There currently is no notion of native ...
|
|
|