|
|
Browse by Tags
All Tags » .NET C# » Client/Server (RSS)
-
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 = ...
-
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 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 ...
-
Hi I regulary get this exception:Db4objects.Db4o.DatabaseClosedException was unhandled Message=''Une exception de type 'Db4objects.Db4o.DatabaseClosedException' a été levée.'' Source=''Db4objects.Db4o'' StackTrace: à ...
-
Now that Rich Internet Applications are becoming increasingly popular, it would be interesting to hear if there are plans to allow a client application in a WPF session running in Internet Explorer (XBAP) connect to a central DB4O database. I guess there are several obstacles to such a solution; among them I would expect NAT traversal to be the ...
|
|
|