This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi I am using 2 databases for the development, my test DB and QA test DB, on several occasions i want my diagram to connect to my DB for structure updates and in other times i want to update the 'public' test DB. Currently I copy/paste the connection string in the diagram's properties window repeatedly. is there a more elegant and less error prone way to work with more than one DB ON DESIGN mode? thanks doron |
|
|
Only a single connection string is handled per model so updating the connection string in the diagram properties will be your approach if you want to strictly use the designer directly for updates. An alternative to this though would be to script your changes as migrations and then you can execute the migrations as required against any particular database. Have a look at http://www.mindscapehq.com/documentation/lightspeed/Database-Migrations for more info on this.
|
|