SQL Anywhere 11.0.1.2231 Oracle 10g We have a Mobilink setup we are testing. We have an after update trigger on TableA that writes data to TableB. We have TableB (and all columns except last_updated) included in a Publication. If I insert directly to TableB, Mobilink uploads the data. If I insert to TableA, I can observe the data has been inserted to TableB by the trigger, but MobiLink does not upload any rows. Am I missing something basic here :-) Thanks, Bill |