Frage

I am trying to sync a table with xml field in it using MS Sync Framework 2.1 and I am getting this error '.', hexadecimal value 0x00, is an invalid character.

Does anyone know how to skip rows with invalid xml data during sync?

War es hilfreich?

Lösung

if the error is being raised in the ApplyChangeFailed event, then you simply skip it.

or you can intercept the xml data in the ChangesSelected event, validate the xml, then remove them from the change dataset if invalid

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top