|
|
Browse by Tags
All Tags » client/server » Delete (RSS)
-
Hallo,
I modified the example from Carl Rosenberger (http://developer.db4o.com/forums/thread/40259.aspx)into the appended one [1]
The database file will increase (approx. 100kb) on every restart of the program.You can say: oh please use File.delete, but this does not work easily for client/server mode. Do you know a good solution for c/s? ...
-
srdemart:
After further thinking about it, I think this may not be a problem if the ''Deleting'' callback is called on the client. I assume if I cancel, then no delete request would be sent to the server. Am I correct with this assumption?
No. All delete callbacks will happen on the server. Still, the impact of a single delete ...
|
|
|