Comments
Sort by recent activity
I was including the option Options.IncludeDependencies. Removing this solved the problem. / comments
I was including the option Options.IncludeDependencies. Removing this solved the problem.
Thanks, Michelle.
I had some old code with NoSQLPlumbing included in the Options.
You are correct, I'd been using the wrong Options object in both CompareWith and Work.BuildFromDifferences / comments
Thanks, Michelle.
I had some old code with NoSQLPlumbing included in the Options.
You are correct, I'd been using the wrong Options object in both CompareWith and Work.BuildFromDifferences
Sorry, I copied off the wrong script in the example given of extendedProperties:
Options o = Options.Default | Options.IgnoreExtendedProperties;
sourceDB.Register(new ConnectionProperties(textBoxServer.Text, textBoxDatabase.Text, textBoxUsername.Text, textBoxPassword.Text), o);
targetDB.Register(new ConnectionProperties(textBoxTargetServer.Text, textBoxTargetDatabase.Text, textBoxTargetUserName.Text, textBoxTargetPassword.Text), o); / comments
Sorry, I copied off the wrong script in the example given of extendedProperties:
Options o = Options.Default | Options.IgnoreExtendedProperties;
sourceDB.Register(new ConnectionProperties(textBoxSe...
Richard,
Thanks. / comments
Richard,
Thanks.
Brian - Thanks! / comments
Brian - Thanks!