Data store handler
Data store handler are used to access the data stores provided by server application. Each handler includes it's own protocol stack to e.g. read and write VCARD (Contact data).
server uses the handler to convert internal data to the supported format used by your client device. On client device use contact as destination data base.
Depending on which data you want to synchronize, you need to select one of the following handler:
- Contact
This data store handler enables you to synchronize contact data. On client device use
contacts as destination data base. Please be aware of the following limitations:
- Client devices stores information in various ways. Mapping to server fields may actually not fully meet your demands. Mapping can be discovered by creating a contact in server application with all fields filled and synchronize that record to client device.
- All received images are stored in .PNG format in internal data store. As soon as a record is written to server application data store on server, the images are automatically resized and converted if required. As soon as you attach a image to your contact in your server application and try to synchronize with client device, image may not be synchronized due to client limitations (for more information on this topic please check out our FAQ).
- Calendar
This data store handler enables you to synchronize calendar data (e.g. events, alarms). On client device use calendar as destination data base.
- Tasks
This data store handler enables you to synchronize tasks and to-dos. On client device use task as destination data base.
- Notes
This data store handler enables you to synchronize notes and memos. On client device use note as destination data base.
- Bookmarks
This data store handler enables you to synchronize book marks. On client device use bookmark as destination data base.
- Mails
This data store handler enables you to synchronize mails (in preparation). On client device use email as destination data base.
- Files
This data store handler enables you to synchronize various files (in preparation). On client device use file as destination data base.
To get more technical information, please visit our demonstration site and select "Check status" and click on "Run".