Hi, I have a Dataset with many TableAdapters. Each TableAdapter has a property connection. The problem occurs when I will transfer my project to another computer and I cannot edit the TableAdapters because its connection is linked to the connection string of my other computer. Is there a way (code) to loop all TableAdapters so that I can change the connection property?