How can I change the connection used by a strongly typed dataset?
I have a strongly typed dataset which connects to a development database.
I want to change the connection string for production to point to the
production database.
Thanks

Bill

Re: changing the connection for a strongly typed dataset by William

William
Thu May 01 17:24:27 CDT 2008

I setup an alias using the SQL Server Configuration Manager to point to my
dev system and do the same on the target system to point to the production
database. (see Chapter 9).

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
"BillE" <belgie@datamti.com> wrote in message
news:OhLYFS8qIHA.3508@TK2MSFTNGP03.phx.gbl...
> How can I change the connection used by a strongly typed dataset?
> I have a strongly typed dataset which connects to a development database.
> I want to change the connection string for production to point to the
> production database.
> Thanks
>
> Bill
>