Hello there,
I´m using the database synchronization wizard to sync my data between 2 databases.
I have a very special problem noch… if i´m changing my data in Table XY on the second database (target) the sync scripts overwrites my modified data with the data from the first database (source). I don´t want that. 😉
I´m wondering if there is a way to mark the modified data row in my second database (like a “donotsync” flag) and regard this flag in the TARGET Database, so the sync script does not modify the marked-datarows.
As far as i know it´s only possible to use a where clause for the source database, but not for the target database…
Can anyone help me?