Hi,
I'm having some difficulty getting a remote (the source) table synchronized with a local table (the target).
Here is where you can download the table schemas and the sql statements to build the two tables. Also is the data comparison output from the synchronization wizard:
http://mysql.tutorialref.com/dbforge/db ... ation.html
This snapshot shows that there are 2 different records that will be inserted into the local (target) table with 'brand_id' values 62 and 63. However, it doesn't show the column names 'brand_name' and 'brand_description' though these are required fields with a NOT NULL attribute.
http://mysql.tutorialref.com/dbforge/db ... roblem.png
The other tables seem to be synching though. I didn't test all of them but I tested another table. Why does it seem to occur for only this table?
Much thanks,
Victor Kimura