Creates/updates a database channel.
{
string dbName;
string dataUrl;
string schemaUrl;
string deleteUrl;
unsigned int dataFormat;
boolean fetchModsOnly;
boolean fetchDeleteType;
};dbName Name of the on-device database.
dataUrl URL from which to retrieve XML data.
schemaUrl URL from which to retrieve XSD schema.
deleteUrl URL to retrieve 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
PublicChannelIdArray is an array of PublicChannelId structures.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |