Comments
Sort by recent activity
Yessss.
We use Borland Starteam.
Thanks / comments
Yessss.
We use Borland Starteam.
Thanks
well ,
i receive a error.
I want to comparing a Scriptfolder and a Live Database.
Help :
Take the resulting Differences object, create a Work object, and call BuildFromDifferences with a WriteToFileOptions object.
Error
The differences parameter refers to a live database, but this API call is for scritps folder synchronizations.
Parameter name: differences RedGate.SQLCompare.Engine.ReadFromFolder.WriteToFileOptions MyWriteToFileOptions = new RedGate.SQLCompare.Engine.ReadFromFolder.WriteToFileOptions();
db1.Register(Path, null, Options.Default);
db2.Register(new RedGate.SQLCompare.Engine.ConnectionProperties(ServeurName, databaseName), Options.Default);
RedGate.SQLCompare.Engine.Differences MyDifferences = db1.CompareWith(db2, Options.Default);
RedGate.SQLCompare.Engine.Work work = new RedGate.SQLCompare.Engine.Work();
work.BuildFromDifferences(MyDifferences, Options.Default, true, MyWriteToFileOptions);
/ comments
well ,
i receive a error.
I want to comparing a Scriptfolder and a Live Database.
Help :
Take the resulting Differences object, create a Work object, and call BuildFromDifferences with a WriteToFil...
Another question.
Is't possible to define a different extension for each type script.
Example : .TAB for tables and .VIW for views ..
thanks / comments
Another question.
Is't possible to define a different extension for each type script.
Example : .TAB for tables and .VIW for views ..
thanks
Hi ,
I had the same error message.
I tried 4 databases and nothing to do.
With every possible pattern.
I had Toolsbelt 5 installed, XP , SQL 2000.
Thanks / comments
Hi ,
I had the same error message.
I tried 4 databases and nothing to do.
With every possible pattern.
I had Toolsbelt 5 installed, XP , SQL 2000.
Thanks
Oh ,Sorry,
It's Oracle Schema compare 3.0.0.527.
thanks / comments
Oh ,Sorry,
It's Oracle Schema compare 3.0.0.527.
thanks
Hi ,
I understand the projects aren't static for objects list.
But it's static for the database connection.
I want to deploy database changes on multiple database from a single snapshot.
So ,I need a way to change source and target dynamically in the project.
Thanks / comments
Hi ,
I understand the projects aren't static for objects list.
But it's static for the database connection.
I want to deploy database changes on multiple database from a single snapshot.
So ,I need...