Chapter 22 Update Remote example does nothing?
I ran the Update Remote example. There was data in the ItemsLocal Items table, I verified it. I verified that data was being read in by adding a loop that assigns values read from the table in the SendData function in UpdateRemote. No errors are generated when I run the application by pressing the button that calls objRemote.sendData(). I've stepped through the whole function, but when I go check the ItemsRemote Items table there is nothing there. Isn't it supposed to merge the data read from ItemsLocal with ItemsRemote?
|