Hi,
I’m kind of new to sync framework. While testing the application, we found that sometime a new record inserted into database(sqlce) but change tracking column(__sysChangeTxBsn
and __sysInsertTxBsn) don’t have value but null (7/20 new records having null). This cause the sync framework could not get data into changeContext and nothing upload to server!
It's hard to reproduce and make the application not stable
How can i check this value before insert into database?
Any help when using SqlceChangeTracking or SqlceTransaction.CurrentTransactionBsn?