Comments
2 comments
-
Hello Sandu,
To set this option for the command line version, you would set it in the options in the XML command file like this:<?xml version="1.0"?> <commandline> <database1>DataChooseRec1</database1> <database2>DataChooseRec2</database2> <options>IgnorePermissions,IgnoreComments</options> <scriptfile>c:\temp\sync.txt</scriptfile> </commandline>
You may want to be mindful that once you start specifying options, the default options are overridden so you will need to specify all of the options that you want to use in the compare explicitly. -
hello Brian
10x
Sandu
Add comment
Please sign in to leave a comment.
If I understand this option will cause the synchronization not to be in one transaction. what would be the similar attribute if I do the comparison with an XML file?
Sandu