how to change the connection string

  • Thread starter Thread starter paolol
  • Start date Start date
P

paolol

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top