> I try to update an complex object, > but the result is :-( > My code is like this : > Db4oFactory.Configure().ObjectClass(typeof(myComplex)).CascadeOnUpdate(true); > Get the object myComplex... > update.. close the db > When i open the db, the object is not updated.... > Ideas ???
Did you perform a Commit? I work on a fairly complex Db4o application <http://code.google.com/p/consonance/> in Mono and it has always worked as reliably as gravity. -- Consonance: an Open Source .NET OpenGroupware client. Contact:[EMAIL PROTECTED] http://freshmeat.net/projects/consonance/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
