Programatically Overwriting ConnectionString in an adp

  • Thread starter Thread starter Chris Johnson
  • Start date Start date
C

Chris Johnson

Hi--

I am a developer looking for a way to allow clients to deploy updates
at the click of a mouse. I have the batch files done as far as the sql
statements and copying the new adp to the correct network location.
What I would like to do is overwrite the connection string the first
time the adp is opened and set it to the correct local settings. I have
had to set the connection to a valid local setting on my development
machine in order to import the new objects without having to wait a
really long time while the adp tries to validate the db connection. Is
there a good way to do this? Any input is welcome. Thanks in advance!

Chris
 
Back
Top