db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » client/server » Delete   (RSS)
  • Deleting objects, but the database size remains the same

    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? ...
    Posted to db4o User Forum (Forum) by peathal on August 10, 2007
  • Re: External Callbacks in C/S Mode

    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 ...
    Posted to db4o User Forum (Forum) by Carl Rosenberger on September 28, 2006