By Marcio Valerio Silva - 10/21/2010
I have a project and it is set to a database How Do I to change this database access to other database access?
Can I change my conections with the sql Server?
at,
Marcio Valerio da Silva
|
By Edhy Rijo - 10/21/2010
Hi Marcio,
Take a look at the help topic: "Application Database Connections" which give more details on how to handle this.
Basically StrataFrame has a connection manager class which allows you to manage several connections so you can do just what you wanted connect to different databases. You need to add code somewhere in your menu to call the ConnectionManager.ShowAvailableConnectionStrings().
Also there are several post in the forums about it, so just do a search on "connection".
|
By Diu King,Tiong - 10/21/2010
Hi Marcio,
Try to read this topic http://forum.strataframe.net/Topic2401.aspx?Keywords=ConnectionManager.ApplicationKey#bm2403
|
|