|
|
Browse by Tags
All Tags » client/server » bug (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 ...
-
The Problem still exists, here is a simple TestCase:
import com.db4o.*;
import com.db4o.ext.*;
import java.io.*;
public class Test {
long i;
String s;
public static void main(String[] args) throws IOException, InterruptedException {
new File(''test.yap'').delete();
ObjectServer server = ...
|
|
|