Hi,
i know now how to start the sync, but i've an error, i think that you can help me for that :
it is this line which make an error :
query.descend("_config").constrain(config);
when i want to print the object config on the log i've that :
{com.example.Customer,_customerId}
and the error log is :
ERROR/AndroidRuntime(13558): Caused by: java.lang.NullPointerException
ERROR/AndroidRuntime(13558): at com.db4o.sync4o.SyncDb.findClassInfos(SyncDb.java:773)
ERROR/AndroidRuntime(13558): at com.db4o.sync4o.SyncDb.getClassInfo(SyncDb.java:725)
ERROR/AndroidRuntime(13558): at com.db4o.sync4o.SyncDb.purge(SyncDb.java:119)
thanks you a lot