DataAdapter Connection string issues....
Hi everyone! I have a quick question. I have an application that connects to multiple databases to create shipping and order audits.
Some of these tables are large so I use my server explorer to drop the tables into my dataset so that it may also create the dataadapter with all the insert, update and delete queries for me.
However when I do this the .Net Framework wizard embeds the connection string in my web config and then hides the connection string property from the data adapter. Is there a way I can programatically change this?
|