|
|
Browse by Tags
All Tags » bug » .NET C# (RSS)
-
Hi you all,
For an open source project I am using dbo 7.7.
The native query simply do not work at all ! :((
The exact same code (I do not post it, it is a simple native query) using an embedded container returns the expected objects while a client connected to a server just do not return anything.
I also encountered many ...
-
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 ...
-
Hi everybody, I'm new with DB4O.
With this code :
client = Db4oFactory.OpenFile(''gestCom.yap'');
Carriere car = new Carriere(); car.Nom = ...
|
|
|