After a successful synchronization, you can retrieve and display information about the synchronization results. The SecureJdbcMIDlet code retrieves the results using the SyncManager.getSyncResults method, which returns a SyncResults value:
SyncResults results = syncMgr.getSyncResults();
It then displays the results in a GUI form by calling SyncResults methods.