StrataFrame Forum

change connection string

http://forum.strataframe.net/Topic8905.aspx

By Keith Chisarik - 5/21/2007

I have a hardware problem on my SQL server, I need to point my SF app to another server but my app wont load far enough to use the wizard, how can I change my connection string to use another server to which I have loaded the database I need.



Thanks
By Keith Chisarik - 5/21/2007

Nevermind I got it.



Just modified my app to call ConnectionManager.SetConnections() before anything else... duh (hadn't had coffee yet)
By StrataFrame Team - 5/21/2007

Hehe, not a problem... also, if you're working on a temporary fix, you can comment out the code in the SetDataSources() of the AppMain.vb (Program.cs) and just manually add the connection string.