PDA

View Full Version : Change SQL connection string externaly



Movian
09-13-2010, 11:31 AM
Hey,
I have a .adp project which automaticaly connects to a SQL Express database on start up. I also have an autpatching application written in C# when the autopatcher downloads a new copy of the db i would like the autopatcher to be able to set the SQL connecting string for that client. Is there a way to change the connection string externally from the C# app or could i for example have a db on their machine that i can call to do it.

Thanks in advance