PaoloL,
Unfortunately, that is the only way to do it. The table adapters have a
connection that is set when you create them.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"paolol" <paolol@no_spamsalsan.net> wrote in message
news:(E-Mail Removed)...
> Hi,
> I have a dataset with few tableAdapter and I wish to change the connection
> string by user imput, the only way I found to do that is using each
> tableadapter, but in this way I have change one by one.
> Any one know a faster way ?
> Thanks,
> PaoloL.