| Author |
Message |
mtran
Joined: 07 Oct 2008 Posts: 25
|
Posted: Tue Oct 07, 2008 11:18 pm Post subject: SQL Toolkit |
|
|
We have a license of the SQL Toolkit version 6 but it's now called SQL Comparison SDK version 7. My question is do we have to upgrade/purchase a new license to use this for SQL Data Compare 7 and SQL Compare 7 (we are currently using version 6 for both). Also are these licenses PC specific? Could I transfer the license off of one PC to use it on another or would I have to purchase it again?
Thanks. |
|
| Back to top |
|
 |
David Atkinson
Joined: 05 Dec 2005 Posts: 1079
|
|
| Back to top |
|
 |
mtran
Joined: 07 Oct 2008 Posts: 25
|
Posted: Wed Oct 08, 2008 2:06 pm Post subject: |
|
|
Hey,
Thanks for your reply. Will SQL Toolkit work with SQL Data Compare 7 and SQL Compare 7 or will we have to upgrade to SQL Comparison SDK 7?
Thanks |
|
| Back to top |
|
 |
Michelle Taylor
Joined: 30 Oct 2006 Posts: 519 Location: Red Gate Software
|
Posted: Wed Oct 08, 2008 2:42 pm Post subject: |
|
|
What do you mean by 'work with'?
To use the dlls that come with SQL Compare and Data Compare 7, to use any the new features / take advantage of the bug fixes in your code, or to load their projects, or to read their snapshots, you'll need the new SDK.
If you just happen to be using the new tools on the same live / script / backup databases as your old code, that will probably still work fine. |
|
| Back to top |
|
 |
mtran
Joined: 07 Oct 2008 Posts: 25
|
Posted: Wed Oct 08, 2008 8:19 pm Post subject: |
|
|
| Thank you. I am developing in an environment that already has SQL Compare and SQL Data Compare. When I move my application onto a different PC, will that PC need SQL Compare and SQL Data Compare installed? |
|
| Back to top |
|
 |
David Atkinson
Joined: 05 Dec 2005 Posts: 1079
|
Posted: Wed Oct 08, 2008 9:17 pm Post subject: |
|
|
No, the SQL Compare and SQL Data Compare applications need not be installed. You could try the "Unofficial installer" as found on http://labs.red-gate.com/index.php/SQL_Comparison_SDK
This page also links to other useful resources that should help you along your way. If you have any trouble at all, please let us know.
David Atkinson
Red Gate Software |
|
| Back to top |
|
 |
mtran
Joined: 07 Oct 2008 Posts: 25
|
Posted: Thu Oct 09, 2008 4:23 am Post subject: |
|
|
Sorry for so many questions, thank you for your responses and patience.
If I was creating a dll instead of an application and one of my functions returns the object Differences, would an application using my dll require the SQL Comparison SDK to use this object?
Thanks again! |
|
| Back to top |
|
 |
Chris Auckland
Joined: 24 Oct 2006 Posts: 710 Location: Red Gate Software Ltd.
|
Posted: Thu Oct 09, 2008 6:43 pm Post subject: |
|
|
I think this really depends on how your dll returns the differences. If it returns them as some kind of generic list, then the app using the dll wouldn't need to have the SDK assemblies referenced. However, if your app wants to use any objects that are part of the RedGate namespace, then in order to read the object, the application will also need to reference the necessary assemblies in the project. _________________ Chris |
|
| Back to top |
|
 |
|