The full description of a database channel.
{ unsigned int id; string dbName; string dataUrl; string schemaUrl; string deleteUrl; unsigned int dataFormat; boolean fetchModsOnly; boolean fetchDeleteType; };
id The unique channel ID.
dbName The name of the on-device database.
dataUrl The URL from which to fetch XML data.
schemaUrl The URL from which to fetch the XSD schema.
deleteUrl The URL to fetch when deletes occur.
dataFormat 1
= attribute
2
= element
fetchModsOnly Set to true
to update only changes, false
to update all data.
fetchDeleteType 0
= implicit
1
= explicit
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |