Re: [ADVANCED-DOTNET] How to Change the Connection String of a Ty pedDataset Data Source

2006-01-26 Thread Paul Mehner
Jeff) Sent: Thursday, January 26, 2006 2:25 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] How to Change the Connection String of a Ty pedDataset Data Source Paul, I'd thought of something like that, but was afraid that I didn't want to mess with anything in the .

Re: [ADVANCED-DOTNET] How to Change the Connection String of a Ty pedDataset Data Source

2006-01-26 Thread Block, Jeffrey A. (Jeff)
I like the adding to the TableAdapter partial class. What would you think about an additional constructor too that would take a connection string to save a constant line of code to set the connection string? Thanks for the thoughts! Jeff Block -Original Message- From: Discussion of adv

Re: [ADVANCED-DOTNET] How to Change the Connection String of a Ty pedDataset Data Source

2006-01-26 Thread Block, Jeffrey A. (Jeff)
Paul, I'd thought of something like that, but was afraid that I didn't want to mess with anything in the .designer file. Won't that get overwritten the next time it gets re-generated? Partial classes are indeed something I was leaning towards, I just wanted to make sure I wasn't missing some bui