Hello,
I am writing a program that connects to a webservers db. I have a testing db on my local machine and i add a new dataset to this local db. I have tried to go into the app.config and change the connectionstring to a global variable i created useing the connection information i have stored in the registry. The global variable works when called outside of the dataset. what i am needing is to change the connectionstring for my wizard created dataset.
Any help with this is greatly appreciated.
Thank You