How can we help you today? How can we help you today?
mago
Hi, Brian: I listed my xml file as the following. I didn't add <casesensitive /> in sql data compare 4.0, and it runs smoothly. But upgrade to 5.0, it always shows error as I said. We try to add <casesensitive /> in our xml, but it still didn't work. [code] <?xml version="1.0" ?> <commandline> <verbose /> <database1>TSR</database1> <server1>server1</server1> <username1>sa</username1> <password1>xxx</password1> <database2>VIP</database2> <server2>server2</server2> <username2>sa</username2> <password2>xxx</password2> <include objecttype="Table" matches="\[Block\]" /> <include objecttype="Table" matches="\[EbugComment\]" /> <include objecttype="Table" matches="\[EbugData\]" /> <include objecttype="Table" matches="\[EbugForm\]" /> <include objecttype="Table" matches="\[EbugStatus\]" /> <include objecttype="Table" matches="\[EbugUpload\]" /> <include objecttype="Table" matches="\[Field\]" /> <include objecttype="Table" matches="\[Item\]" /> <include objecttype="Table" matches="\[OEM\]" /> <include objecttype="Table" matches="\[Product\]" /> <include objecttype="Table" matches="\[Role\]" /> <include objecttype="Table" matches="\[Template\]" /> <include objecttype="Table" matches="\[VIPFilterField\]" /> <include objecttype="Table" matches="\[VIPFunction\]" /> <include objecttype="Table" matches="\[VIPUser\]" /> <include objecttype="Table" matches="\[VIPUserFunction\]" /> <include objecttype="Table" matches="\[VIPUserTemplate\]" /> <include objecttype="Table" matches="\[VIP_Module_Configuration\]" /> <include objecttype="Table" matches="\[VIP_Contact_Staff\]" /> <casesensitive /> <ignoreidentical /> <synchronize /> <force /> </commandline> [code] / comments
Hi, Brian: I listed my xml file as the following. I didn't add <casesensitive /> in sql data compare 4.0, and it runs smoothly. But upgrade to 5.0, it always shows error as I said. We try to add <c...
0 votes