Hi, i am using sync service to do the database sync between sql express 2005 and compact 3.5.
It was woking ok before i added one image data column into the table.
Now i can only sync download the table schema with data (all the image download properly), however i can not sycn back the newly added image in the compact db to server side db.
I am using server side stored procedure to do apply insert and update. etc.
What should i do for make my db sync appliction to support my db with image data column.
Thanks