I
Ian Burton
apologies if this issue has been dealt with previously. I have tried to
look for it, but no luck.
In visual studio, the application takes care of the connection and most of
the code, which I can go into and look at, but cannot change, because if I
make any changes to the designer, it will overwrite my changes.
I have a login form, with the ability to specify the data source and
database for sql server. I have a SqlConnectionStringBuilder object, which
i use to take the app.config application (connection string) object, and
modify it based on the selections in the form, and then, I AM STUCK.
How do I modify the connection created by the tableadapter object etc?
Thanks,
Ian
look for it, but no luck.
In visual studio, the application takes care of the connection and most of
the code, which I can go into and look at, but cannot change, because if I
make any changes to the designer, it will overwrite my changes.
I have a login form, with the ability to specify the data source and
database for sql server. I have a SqlConnectionStringBuilder object, which
i use to take the app.config application (connection string) object, and
modify it based on the selections in the form, and then, I AM STUCK.
How do I modify the connection created by the tableadapter object etc?
Thanks,
Ian